2019-07-03 07:50:59 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"baseUrl": "src",
|
2019-08-27 07:03:30 +00:00
|
|
|
"outDir": "dist",
|
|
|
|
"target": "es6",
|
|
|
|
"module": "commonjs",
|
|
|
|
"sourceMap": true,
|
|
|
|
"declaration": true,
|
|
|
|
"noImplicitAny": true,
|
|
|
|
"allowUnreachableCode": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"emitDecoratorMetadata": true
|
2019-07-03 07:50:59 +00:00
|
|
|
}
|
|
|
|
}
|