We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1fb2b6 commit 7335b7dCopy full SHA for 7335b7d
tsconfig.json
@@ -8,7 +8,8 @@
8
"strict": true,
9
"rootDir": "./src",
10
"declaration": true,
11
- "declarationDir": "./dist"
+ "declarationDir": "./dist",
12
+ "noFallthroughCasesInSwitch": true
13
},
14
"include": [
15
"./src/**/*.tsx"
0 commit comments