We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7093bb commit 2e3d855Copy full SHA for 2e3d855
1 file changed
tsconfig.json
@@ -13,6 +13,11 @@
13
"noUnusedLocals": true,
14
"noImplicitReturns": true,
15
"noImplicitOverride": true,
16
+ "noFallthroughCasesInSwitch": true,
17
+ "strictNullChecks": true,
18
+ "strictBindCallApply": true,
19
+ "strictFunctionTypes": true,
20
+ "strictPropertyInitialization": true,
21
"moduleResolution": "Node16",
22
"esModuleInterop": true,
23
"skipLibCheck": true,
0 commit comments