2019-09-07 04:23:15 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"baseUrl": "src",
|
|
|
|
"outDir": "dist",
|
|
|
|
"target": "es5",
|
|
|
|
"module": "commonjs",
|
2019-09-27 01:49:45 +00:00
|
|
|
"strict": true,
|
|
|
|
"strictNullChecks": false,
|
2020-02-15 10:49:18 +00:00
|
|
|
"sourceMap": true,
|
2019-09-07 04:23:15 +00:00
|
|
|
"declaration": true,
|
2019-11-04 12:26:22 +00:00
|
|
|
"declarationMap": true,
|
2019-09-07 04:23:15 +00:00
|
|
|
"noImplicitAny": false,
|
2019-09-21 07:06:17 +00:00
|
|
|
"downlevelIteration": true,
|
2019-09-07 04:23:15 +00:00
|
|
|
"allowUnreachableCode": true,
|
|
|
|
"emitDecoratorMetadata": true,
|
2019-09-27 01:49:45 +00:00
|
|
|
"experimentalDecorators": true,
|
2019-09-07 04:23:15 +00:00
|
|
|
"lib": []
|
|
|
|
}
|
|
|
|
}
|