Skip to content

Commit

Permalink
resolve issue with vitest types interferring with craco stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholas-codecov committed Sep 19, 2024
1 parent 79f70a0 commit 9f73de4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/vite-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/// <reference types="vite/client" />
/// <reference types="vite-plugin-svgr/client" />
/// <reference types="vitest/globals" />
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"noImplicitAny": true,
"jsx": "react-jsx",
"baseUrl": ".",
"types": ["vitest/globals"],
"paths": {
"layouts/*": ["./src/layouts/*"],
"ui/*": ["./src/ui/*"],
Expand Down

0 comments on commit 9f73de4

Please sign in to comment.