15 lines
365 B
JSON
15 lines
365 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"baseUrl": "src",
|
||
|
"outDir": "dist",
|
||
|
"target": "es5",
|
||
|
"module": "commonjs",
|
||
|
"sourceMap": false,
|
||
|
"declaration": true,
|
||
|
"noImplicitAny": false,
|
||
|
"allowUnreachableCode": true,
|
||
|
"experimentalDecorators": true,
|
||
|
"emitDecoratorMetadata": true,
|
||
|
"lib": []
|
||
|
}
|
||
|
}
|