aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 3e7ffc854..7a50a4a2d 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -41,7 +41,8 @@
41 "strictNullChecks": true, 41 "strictNullChecks": true,
42 "noFallthroughCasesInSwitch": true, 42 "noFallthroughCasesInSwitch": true,
43 "resolveJsonModule": true, 43 "resolveJsonModule": true,
44 "forceConsistentCasingInFileNames": true 44 "forceConsistentCasingInFileNames": true,
45 "useDefineForClassFields": true,
45 }, 46 },
46 "include": [ 47 "include": [
47 "src", 48 "src",