Skip to content

Commit

Permalink
fix(@leav/ui): let builder knows we are using Vite
Browse files Browse the repository at this point in the history
  • Loading branch information
P0ppoff committed Jun 25, 2024
1 parent d7286ed commit 294d0af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/ui/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"composite": true,
"module": "esnext",
"skipLibCheck": true,
"types": ["jest", "@types/jest", "@testing-library/jest-dom"],
"types": ["jest", "@types/jest", "@testing-library/jest-dom", "vite/client"],
"jsx": "react-jsx",
"resolveJsonModule": true,
"paths": {
Expand Down

0 comments on commit 294d0af

Please sign in to comment.