monofile/tsconfig.json

13 lines
214 B
JSON
Raw Normal View History

2023-02-26 10:47:03 -08:00
{
"compilerOptions": {
"rootDir": ".",
"outDir": ".",
"resolveJsonModule": true,
"composite": true,
"skipLibCheck": true
},
"files": [
"package.json", "config.json"
]
2023-02-26 10:47:03 -08:00
}