diff options
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json index 058da4f78..da09d0d85 100644 --- a/tsconfig.json +++ b/tsconfig.json | |||
@@ -6,6 +6,7 @@ | |||
6 | "sourceMap": false, | 6 | "sourceMap": false, |
7 | "experimentalDecorators": true, | 7 | "experimentalDecorators": true, |
8 | "emitDecoratorMetadata": true, | 8 | "emitDecoratorMetadata": true, |
9 | "importHelpers": true, | ||
9 | "removeComments": true, | 10 | "removeComments": true, |
10 | "outDir": "./dist", | 11 | "outDir": "./dist", |
11 | "lib": [ | 12 | "lib": [ |