2018-04-27 11:12:04 +00:00
|
|
|
{
|
|
|
|
"compileOnSave": false,
|
|
|
|
"compilerOptions": {
|
2019-02-01 15:30:06 +00:00
|
|
|
"importHelpers": true,
|
2018-04-27 11:12:04 +00:00
|
|
|
"outDir": "./dist/out-tsc",
|
|
|
|
"sourceMap": true,
|
|
|
|
"declaration": false,
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"target": "es5",
|
|
|
|
"typeRoots": [
|
|
|
|
"node_modules/@types"
|
|
|
|
],
|
|
|
|
"lib": [
|
|
|
|
"es2017",
|
|
|
|
"dom"
|
2019-02-01 15:30:06 +00:00
|
|
|
],
|
|
|
|
"module": "es2015",
|
|
|
|
"baseUrl": "./"
|
2018-04-27 11:12:04 +00:00
|
|
|
}
|
2019-02-01 15:30:06 +00:00
|
|
|
}
|