|
@@ -1,13 +1,18 @@
|
|
|
{
|
|
|
"compilerOptions": {
|
|
|
+ "declaration": true,
|
|
|
+ "declarationMap": false,
|
|
|
+ "emitDecoratorMetadata": true,
|
|
|
"esModuleInterop": true,
|
|
|
+ "experimentalDecorators": true,
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
"lib": ["es6"],
|
|
|
"module": "commonjs",
|
|
|
"moduleResolution": "node",
|
|
|
"noImplicitAny": true,
|
|
|
+ "removeComments": true,
|
|
|
"resolveJsonModule": true,
|
|
|
- "sourceMap": true,
|
|
|
+ "sourceMap": false,
|
|
|
"strict": true,
|
|
|
"target": "es6"
|
|
|
},
|