Skip to content

Commit

Permalink
chore: remove vitest globals types from base tsconfig (#2237)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gpx authored Jul 25, 2024
1 parent ffda9d0 commit 61dd1e8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
"newLine": "LF",
"moduleResolution": "node",
"strict": true,
"jsx": "preserve",
// Allows TS to see the Vitest globals
"types": ["vitest/globals"]
"jsx": "preserve"
},
"exclude": ["node_modules"]
}

0 comments on commit 61dd1e8

Please sign in to comment.