mirror of
https://github.com/DeveloLongScript/MHSF.git
synced 2026-05-07 23:24:59 -05:00
13 lines
233 B
JSON
13 lines
233 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"noImplicitAny": false,
|
||
|
|
"noEmitOnError": true,
|
||
|
|
"removeComments": false,
|
||
|
|
"sourceMap": true,
|
||
|
|
"target": "ES6",
|
||
|
|
"module": "NodeNext",
|
||
|
|
"outDir": "dist"
|
||
|
|
},
|
||
|
|
"include": ["src/**/*"]
|
||
|
|
}
|