monofile/tsconfig.json

11 lines
214 B
JSON
Raw Normal View History

2023-02-26 10:47:03 -08:00
{
2024-04-28 01:29:25 -07:00
"compilerOptions": {
"rootDir": ".",
"outDir": ".",
"resolveJsonModule": true,
"composite": true,
"skipLibCheck": true
},
"files": ["package.json"]
2023-02-26 10:47:03 -08:00
}