mirror of
https://github.com/mollersuite/monofile.git
synced 2024-11-21 21:36:26 -08:00
13 lines
214 B
JSON
13 lines
214 B
JSON
{
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"outDir": ".",
|
|
"resolveJsonModule": true,
|
|
"composite": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"files": [
|
|
"package.json", "config.json"
|
|
]
|
|
}
|