2017-04-11 19:09:02 +03:00
|
|
|
{
|
|
|
|
"compileOnSave": false,
|
|
|
|
"compilerOptions": {
|
2019-04-01 22:27:26 +03:00
|
|
|
"importHelpers": true,
|
2019-07-02 16:18:09 +03:00
|
|
|
"module": "esnext",
|
2017-04-11 19:09:02 +03:00
|
|
|
"outDir": "./dist/out-tsc",
|
|
|
|
"sourceMap": true,
|
|
|
|
"declaration": false,
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"experimentalDecorators": true,
|
2019-07-02 16:18:09 +03:00
|
|
|
"target": "es2015",
|
2017-04-11 19:09:02 +03:00
|
|
|
"typeRoots": [
|
|
|
|
"node_modules/@types"
|
|
|
|
],
|
|
|
|
"lib": [
|
2017-10-20 17:30:54 +03:00
|
|
|
"es2017",
|
2017-04-11 19:09:02 +03:00
|
|
|
"dom"
|
2017-04-29 19:13:51 +03:00
|
|
|
],
|
|
|
|
"plugins": [
|
|
|
|
{ "name": "tslint-language-service"}
|
2017-04-11 19:09:02 +03:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|