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