Skip to content

Commit

Permalink
update tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
inker committed Jan 2, 2024
1 parent 585ab19 commit 2b8cbc0
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 @@ -2,7 +2,7 @@
"compilerOptions": {
"target": "ES2021",
"module": "ESNext",
"moduleResolution": "Node",
"moduleResolution": "Bundler",
"skipLibCheck": true,
"allowSyntheticDefaultImports": true,
"baseUrl": "./src",
Expand All @@ -13,7 +13,6 @@
"experimentalDecorators": true,
"jsx": "react-jsx",
"noUnusedLocals": true,
"downlevelIteration": true,
"resolveJsonModule": true,
"noEmitHelpers": true,
"importHelpers": true,
Expand Down

0 comments on commit 2b8cbc0

Please sign in to comment.