2019-06-10 10:56:29 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
2019-06-11 05:09:50 +00:00
|
|
|
"baseUrl": "src",
|
|
|
|
"outDir": "dist",
|
2019-06-10 10:56:29 +00:00
|
|
|
"target": "es6",
|
|
|
|
"module": "commonjs",
|
|
|
|
"sourceMap": true,
|
2019-06-11 05:09:50 +00:00
|
|
|
"declaration": true,
|
2019-06-20 10:25:12 +00:00
|
|
|
"noImplicitAny": true,
|
2019-06-10 10:56:29 +00:00
|
|
|
"allowUnreachableCode": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"emitDecoratorMetadata": true
|
|
|
|
}
|
|
|
|
}
|