Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzhang1030 committed Apr 12, 2024
1 parent e6e6ecb commit 3c8bd77
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,19 @@
"target": "ESNext",
"lib": ["ESNext"],
"baseUrl": ".",
"module": "Preserve",
"module": "ESNext",
"moduleResolution": "Bundler",
"paths": {
"@/*": ["src/*"]
},
"resolveJsonModule": true,
"types": ["vitest/globals"],
"allowJs": true,
"strict": true,
"strictNullChecks": true,
"noImplicitAny": true,
"noUnusedLocals": true,
"esModuleInterop": true,
"skipDefaultLibCheck": true,
"skipLibCheck": true
},
Expand Down

0 comments on commit 3c8bd77

Please sign in to comment.