aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2020-11-14 12:32:04 +0300
committereug-vs <eug-vs@keemail.me>2020-11-14 12:32:04 +0300
commitc56491df7441f3883a6fc4d62d9e36fdf3c5c665 (patch)
tree53f237217aa9bbe338d3d2c96ed639d361f74b72
parente411b7bfb182467202b1e3e2923fdd940eee5223 (diff)
downloadreact-benzin-c56491df7441f3883a6fc4d62d9e36fdf3c5c665.tar.gz
fix: enable new option in tsconfig
-rw-r--r--tsconfig.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json
index f2850b7..7b1d3c6 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -12,6 +12,7 @@
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
+ "noFallthroughCasesInSwitch": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,