aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorEugene Sokolov <eug-vs@keemail.me>2020-11-14 12:59:07 +0300
committerGitHub <noreply@github.com>2020-11-14 12:59:07 +0300
commit83f400f3c760b17cb71be259b3d322db38139d4a (patch)
tree9dece0e0f04c2722579cb3926b44f23120116789 /tsconfig.json
parent0b1bbde30d4d396f8e760c59d35689353ea012a2 (diff)
parentb9d7793ff4c419fd6d8fd139eb6ae33b2f6c2e43 (diff)
downloadreact-benzin-83f400f3c760b17cb71be259b3d322db38139d4a.tar.gz
Merge pull request #17 from eug-vs/chore/upgrade-dependencies
Chore/upgrade dependencies
Diffstat (limited to 'tsconfig.json')
-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,