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 c1c2fded2..58bd1e837 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -34,5 +34,6 @@
34 "noFallthroughCasesInSwitch": true, 34 "noFallthroughCasesInSwitch": true,
35 "resolveJsonModule": true, 35 "resolveJsonModule": true,
36 "forceConsistentCasingInFileNames": true 36 "forceConsistentCasingInFileNames": true
37 } 37 },
38 "exclude": ["node_modules", "build"]
38} 39}