Skip to content

Commit c2a06eb

Browse files
committed
enable stricter ts
1 parent 61fc7af commit c2a06eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tsconfig.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
"extends": "typescript-config-silverwind",
33
"compilerOptions": {
44
"strict": true,
5+
"exactOptionalPropertyTypes": true,
6+
"strictNullChecks": true,
57
"types": [
68
"jest-extended",
79
"vite/client",

0 commit comments

Comments
 (0)