16 lines
303 B
JSON
16 lines
303 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "../dist",
|
|
"lib": [
|
|
"es5",
|
|
"es6"
|
|
],
|
|
"target": "es6",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"esModuleInterop": true,
|
|
"sourceMap": true,
|
|
},
|
|
} |