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 6fff6a5 commit 167df0a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,17 @@
"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,
"noImplicitAny": true,
"noImplicitReturns": true,
"skipLibCheck": true
},
Expand Down

0 comments on commit 167df0a

Please sign in to comment.