Skip to content

Commit

Permalink
chore: remove node type from compilerOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Sep 20, 2024
1 parent c43f216 commit b73feed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/* Bundler mode */
"moduleResolution": "bundler",
"resolveJsonModule": true,
"types": ["vite/client", "node", "vitest/globals"],
"types": ["vite/client", "vitest/globals"],
"allowImportingTsExtensions": true,

/* Linting */
Expand Down

0 comments on commit b73feed

Please sign in to comment.