22 lines
562 B
JSON
22 lines
562 B
JSON
|
{
|
||
|
"compileOnSave": false,
|
||
|
"compilerOptions": {
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
"lib": [
|
||
|
"dom",
|
||
|
"es2015",
|
||
|
"es2016"
|
||
|
],
|
||
|
"jsx": "preserve",
|
||
|
"target": "es2016",
|
||
|
"module": "es2015",
|
||
|
"moduleResolution": "node",
|
||
|
"noImplicitAny": true,
|
||
|
"noUnusedLocals": true,
|
||
|
"noUnusedParameters": true,
|
||
|
"removeComments": false,
|
||
|
"preserveConstEnums": true,
|
||
|
"sourceMap": true,
|
||
|
"skipLibCheck": true
|
||
|
}
|
||
|
}
|