2018-08-14 12:26:23 +00:00
|
|
|
{
|
|
|
|
"compileOnSave": false,
|
|
|
|
"compilerOptions": {
|
|
|
|
"baseUrl": "./",
|
|
|
|
"outDir": "./dist/out-tsc",
|
|
|
|
"sourceMap": true,
|
|
|
|
"declaration": false,
|
2018-08-16 10:49:37 +00:00
|
|
|
"module": "commonjs",
|
2018-08-14 12:26:23 +00:00
|
|
|
"moduleResolution": "node",
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"experimentalDecorators": true,
|
2018-08-16 10:49:37 +00:00
|
|
|
"target": "es2017",
|
2018-08-14 12:26:23 +00:00
|
|
|
"typeRoots": [
|
|
|
|
"node_modules/@types"
|
|
|
|
],
|
2018-08-17 06:11:55 +00:00
|
|
|
"types": [
|
2018-09-05 14:28:13 +00:00
|
|
|
"node",
|
|
|
|
"reflect-metadata",
|
2018-08-17 06:11:55 +00:00
|
|
|
],
|
2018-08-14 12:26:23 +00:00
|
|
|
"lib": [
|
|
|
|
"es2015",
|
|
|
|
"es2017",
|
|
|
|
"dom"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|