Skip to content

Commit

Permalink
🛠️ [TsConfig] Update for Vite 5
Browse files Browse the repository at this point in the history
  • Loading branch information
beefchimi committed Nov 23, 2023
1 parent a7450da commit eb2afb8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@
"target": "esnext",
"module": "esnext",
"lib": ["esnext", "dom"],
"moduleResolution": "node",
"moduleResolution": "bundler",
"strict": true,
"allowJs": false,
"allowSyntheticDefaultImports": true,
"esModuleInterop": false,
"isolatedModules": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"useDefineForClassFields": true,
"noEmit": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
Expand Down

0 comments on commit eb2afb8

Please sign in to comment.