2017-02-09 11:36:58 +00:00
|
|
|
{
|
2018-02-06 16:06:48 +00:00
|
|
|
"compileOnSave": false,
|
2017-11-13 12:59:00 +00:00
|
|
|
"compilerOptions": {
|
2018-02-06 16:06:48 +00:00
|
|
|
"target": "esnext",
|
|
|
|
"module": "esnext",
|
2018-02-18 11:42:22 +00:00
|
|
|
"jsx": "preserve",
|
2018-02-06 16:06:48 +00:00
|
|
|
"allowJs": true,
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"allowSyntheticDefaultImports": true,
|
|
|
|
"noUnusedLocals": true,
|
|
|
|
"noUnusedParameters": true,
|
|
|
|
"removeComments": false,
|
|
|
|
"preserveConstEnums": true,
|
|
|
|
"sourceMap": true,
|
|
|
|
"skipLibCheck": true,
|
|
|
|
"baseUrl": ".",
|
|
|
|
"typeRoots": [
|
|
|
|
"./node_modules/@types"
|
|
|
|
],
|
|
|
|
"lib": [
|
|
|
|
"dom",
|
|
|
|
"es2015",
|
|
|
|
"es2016"
|
|
|
|
]
|
2017-11-13 12:59:00 +00:00
|
|
|
}
|
2017-02-09 11:36:58 +00:00
|
|
|
}
|