Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdi-torabiv committed Jan 16, 2025
1 parent 4fef466 commit c8f2c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"target": "ES2020",
"useDefineForClassFields": true,
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"module": "ESNext",
"module": "Node16",
"skipLibCheck": true,
"types": ["vitest/globals", "@testing-library/jest-dom"],

Expand Down

0 comments on commit c8f2c30

Please sign in to comment.