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 d305722c4..32e4a42e4 100644 --- a/tsconfig.json +++ b/tsconfig.json | |||
@@ -8,6 +8,7 @@ | |||
8 | "emitDecoratorMetadata": true, | 8 | "emitDecoratorMetadata": true, |
9 | "importHelpers": true, | 9 | "importHelpers": true, |
10 | "removeComments": true, | 10 | "removeComments": true, |
11 | "strictBindCallApply": true, | ||
11 | "outDir": "./dist", | 12 | "outDir": "./dist", |
12 | "lib": [ | 13 | "lib": [ |
13 | "dom", | 14 | "dom", |