diff options
Diffstat (limited to 'tsconfig.base.json')
-rw-r--r-- | tsconfig.base.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tsconfig.base.json b/tsconfig.base.json index f579c703a..a323b0d05 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json | |||
@@ -3,7 +3,7 @@ | |||
3 | "module": "commonjs", | 3 | "module": "commonjs", |
4 | "target": "es2015", | 4 | "target": "es2015", |
5 | "noImplicitAny": false, | 5 | "noImplicitAny": false, |
6 | "sourceMap": false, | 6 | "sourceMap": true, |
7 | "experimentalDecorators": true, | 7 | "experimentalDecorators": true, |
8 | "emitDecoratorMetadata": true, | 8 | "emitDecoratorMetadata": true, |
9 | "importHelpers": true, | 9 | "importHelpers": true, |
@@ -32,6 +32,7 @@ | |||
32 | "resolveJsonModule": true, | 32 | "resolveJsonModule": true, |
33 | "strict": false, | 33 | "strict": false, |
34 | "skipLibCheck": true, | 34 | "skipLibCheck": true, |
35 | "composite": true | 35 | "composite": true, |
36 | "declarationMap": true | ||
36 | } | 37 | } |
37 | } | 38 | } |