Skip to content

Commit

Permalink
No need for ES2023 lib.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinTail committed Dec 1, 2024
1 parent d3cd62b commit c6ec2a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/tsconfig.node.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"lib": ["ES2023"]
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}

0 comments on commit c6ec2a4

Please sign in to comment.