diff options
author | Eugene Sokolov <eug-vs@keemail.me> | 2020-11-14 12:59:07 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-14 12:59:07 +0300 |
commit | 83f400f3c760b17cb71be259b3d322db38139d4a (patch) | |
tree | 9dece0e0f04c2722579cb3926b44f23120116789 /tsconfig.json | |
parent | 0b1bbde30d4d396f8e760c59d35689353ea012a2 (diff) | |
parent | b9d7793ff4c419fd6d8fd139eb6ae33b2f6c2e43 (diff) | |
download | react-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.json | 1 |
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, |