Skip to content

Commit

Permalink
build: enable strictNullChecks
Browse files Browse the repository at this point in the history
Signed-off-by: rare-magma <[email protected]>
  • Loading branch information
rare-magma committed Aug 3, 2024
1 parent 10f67f7 commit 1041bca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"noUnusedParameters": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"strictNullChecks": true,
"strict": true,
"target": "ES2022",
"types": ["vite-plugin-pwa/client"]
Expand Down

0 comments on commit 1041bca

Please sign in to comment.