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 69b1b2e commit 933d44cCopy full SHA for 933d44c
src/bazel-tsconfig-build.json
@@ -13,6 +13,7 @@
13
"noUnusedLocals": true,
14
"strictNullChecks": true,
15
"strictFunctionTypes": true,
16
+ "noFallthroughCasesInSwitch": true,
17
"noImplicitAny": true,
18
"noImplicitThis": true,
19
"importHelpers": true,
tsconfig.json
@@ -7,6 +7,7 @@
7
"module": "es2015",
8
"moduleResolution": "node",
9
"noUnusedParameters": true,
10
11
12
0 commit comments