Skip to content

Commit

Permalink
✨ feat: Fix tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Jan 6, 2025
1 parent 9e48325 commit 3d15c90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"declaration": true,
"downlevelIteration": true,
"esModuleInterop": true,
"jsx": "preserve",
"jsx": "react-jsx",
"lib": ["dom", "dom.iterable", "esnext"],
"module": "esnext",
"moduleResolution": "bundler",
"moduleResolution": "node",
"resolveJsonModule": true,
"skipLibCheck": true,
"strict": true,
"target": "ESNext",
"target": "es6",
"types": ["vitest/globals"],
"paths": {
"@@/*": [".dumi/tmp/*"],
Expand Down

0 comments on commit 3d15c90

Please sign in to comment.