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