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