mirror of
https://github.com/DeveloLongScript/MHSF.git
synced 2026-05-07 19:35:00 -05:00
13 lines
239 B
JSON
13 lines
239 B
JSON
{
|
|
"compilerOptions": {
|
|
"noImplicitAny": false,
|
|
"noEmitOnError": true,
|
|
"removeComments": false,
|
|
"sourceMap": true,
|
|
"moduleResolution": "Node",
|
|
"target": "es6",
|
|
"outDir": "dist"
|
|
},
|
|
"include": ["src/**/*"]
|
|
}
|