We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61fc7af commit c2a06ebCopy full SHA for c2a06eb
tsconfig.json
@@ -2,6 +2,8 @@
2
"extends": "typescript-config-silverwind",
3
"compilerOptions": {
4
"strict": true,
5
+ "exactOptionalPropertyTypes": true,
6
+ "strictNullChecks": true,
7
"types": [
8
"jest-extended",
9
"vite/client",
0 commit comments