Skip to content

Commit

Permalink
fix: add vitest globals to typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanflorence authored Mar 18, 2022
1 parent bdc7166 commit 0357494
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 @@ -3,6 +3,7 @@
"include": ["remix.env.d.ts", "**/*.ts", "**/*.tsx"],
"compilerOptions": {
"lib": ["DOM", "DOM.Iterable", "ES2019"],
"types": ["vitest/globals"],
"isolatedModules": true,
"esModuleInterop": true,
"jsx": "react-jsx",
Expand Down

0 comments on commit 0357494

Please sign in to comment.