We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45c1b68 commit 93039d6Copy full SHA for 93039d6
1 file changed
tsconfig.app.json
@@ -14,6 +14,7 @@
14
"moduleResolution": "bundler",
15
"noEmit": true,
16
"noFallthroughCasesInSwitch": true,
17
+ "noImplicitReturns": true,
18
"noImplicitOverride": true,
19
"noPropertyAccessFromIndexSignature": true,
20
"noUncheckedIndexedAccess": true,
0 commit comments