23 lines
479 B
JSON
23 lines
479 B
JSON
|
{
|
||
|
"compileOnSave": false,
|
||
|
"compilerOptions": {
|
||
|
"target": "es5",
|
||
|
"module": "none",
|
||
|
"lib": ["dom", "es2016"],
|
||
|
"sourceMap": false,
|
||
|
"incremental": true,
|
||
|
|
||
|
"moduleResolution": "classic",
|
||
|
"noImplicitAny": true,
|
||
|
"removeComments": false,
|
||
|
"preserveConstEnums": false,
|
||
|
"downlevelIteration": true,
|
||
|
"watch": false,
|
||
|
},
|
||
|
"exclude": [
|
||
|
"node_modules",
|
||
|
"./node_modules",
|
||
|
"./node_modules/*"
|
||
|
]
|
||
|
}
|