25 lines
504 B
JSON
25 lines
504 B
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"outDir": "./dist/out-tsc",
|
|
"paths": {
|
|
"core-js/es7/reflect": [
|
|
"../node_modules/core-js/proposals/reflect-metadata"
|
|
],
|
|
"core-js/es6/": [
|
|
"./node_modules/core-js/es/"
|
|
]
|
|
},
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"moduleResolution": "node",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"target": "ES2015",
|
|
"lib": [
|
|
"es2017",
|
|
"dom"
|
|
]
|
|
}
|
|
}
|