15 lines
298 B
JSON
15 lines
298 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"lib": [
|
||
|
"es5",
|
||
|
"es6"
|
||
|
],
|
||
|
"target": "es5",
|
||
|
"module": "commonjs",
|
||
|
"moduleResolution": "node",
|
||
|
"outDir": "./build",
|
||
|
"emitDecoratorMetadata": true,
|
||
|
"experimentalDecorators": true,
|
||
|
"sourceMap": true
|
||
|
}
|
||
|
}
|