diff options
Diffstat (limited to 'client/tsconfig.json')
-rw-r--r-- | client/tsconfig.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/tsconfig.json b/client/tsconfig.json index d70710b82..115af1f83 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.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 | "paths": [ | 14 | "paths": [ |