monofile/tsconfig.json

13 lines
214 B
JSON

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