Skip to content

Commit

Permalink
fix(types): remove some more types from tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
antonstjernquist committed Sep 20, 2024
1 parent 5cafda4 commit 97783cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"esModuleInterop": true,
"outDir": "dist",
"declaration": true,
"skipLibCheck": true,
"types": ["vitest/globals", "@testing-library/jest-dom"]
"skipLibCheck": true
},
"include": ["src"],
"exclude": ["node_modules"]
Expand Down

0 comments on commit 97783cf

Please sign in to comment.