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