Skip to content

Commit 93039d6

Browse files
committed
refactor: stricter TypeScript config
1 parent 45c1b68 commit 93039d6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tsconfig.app.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"moduleResolution": "bundler",
1515
"noEmit": true,
1616
"noFallthroughCasesInSwitch": true,
17+
"noImplicitReturns": true,
1718
"noImplicitOverride": true,
1819
"noPropertyAccessFromIndexSignature": true,
1920
"noUncheckedIndexedAccess": true,

0 commit comments

Comments
 (0)