monofile/tsconfig.json
2024-04-28 04:29:25 -04:00

11 lines
214 B
JSON

{
"compilerOptions": {
"rootDir": ".",
"outDir": ".",
"resolveJsonModule": true,
"composite": true,
"skipLibCheck": true
},
"files": ["package.json"]
}