Skip to content

Commit

Permalink
build: tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Daydreamer-riri committed Nov 20, 2024
1 parent 7d1d5f3 commit f3e66a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
},
"resolveJsonModule": true,
"types": [
"vite/client"
"vite/client",
"@types/node"
],
"strict": true,
"strictNullChecks": true,
Expand Down

0 comments on commit f3e66a8

Please sign in to comment.