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

Commit 774eaf2

Browse files
committed
Stricter tsconfig
1 parent 266e258 commit 774eaf2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@
88
"resolveJsonModule": true,
99
"forceConsistentCasingInFileNames": true,
1010

11-
"skipLibCheck": true,
12-
1311
"allowUnreachableCode": false,
1412
"allowUnusedLabels": false,
13+
"exactOptionalPropertyTypes": true,
1514
"noFallthroughCasesInSwitch": true,
1615
"noImplicitOverride": true,
1716
"noImplicitReturns": true,

0 commit comments

Comments
 (0)