diff options
Diffstat (limited to 'client/tsconfig.webpack.json')
-rw-r--r-- | client/tsconfig.webpack.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/tsconfig.webpack.json b/client/tsconfig.webpack.json index e1e1bb864..1d3433bc3 100644 --- a/client/tsconfig.webpack.json +++ b/client/tsconfig.webpack.json | |||
@@ -8,6 +8,7 @@ | |||
8 | "allowSyntheticDefaultImports": true, | 8 | "allowSyntheticDefaultImports": true, |
9 | "sourceMap": true, | 9 | "sourceMap": true, |
10 | "noEmitHelpers": true, | 10 | "noEmitHelpers": true, |
11 | "importHelpers": true, | ||
11 | "strictNullChecks": false, | 12 | "strictNullChecks": false, |
12 | "baseUrl": "./src", | 13 | "baseUrl": "./src", |
13 | "outDir": "./dist", | 14 | "outDir": "./dist", |