We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e53f3e commit 60411a4Copy full SHA for 60411a4
frontend/tsconfig.json
@@ -10,6 +10,7 @@
10
"skipLibCheck": true,
11
"esModuleInterop": true,
12
"allowSyntheticDefaultImports": true,
13
+ "noFallthroughCasesInSwitch": true,
14
"strict": true,
15
"forceConsistentCasingInFileNames": true,
16
"module": "esnext",
0 commit comments