Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Commit 0cd8b02

Browse files
committed
Stricter tsconfig
1 parent 65832f9 commit 0cd8b02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
"allowUnreachableCode": false,
1414
"allowUnusedLabels": false,
15+
"exactOptionalPropertyTypes": true,
1516
"noFallthroughCasesInSwitch": true,
1617
"noImplicitOverride": true,
1718
"noImplicitReturns": true,

0 commit comments

Comments
 (0)