Skip to content

Commit

Permalink
fix: set target to ES2020
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosir committed Dec 9, 2024
1 parent e18cf03 commit f97ad1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scripts/tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lib": ["ESNext", "DOM"],
"module": "ESNext",
"moduleResolution": "Bundler",
"target": "ES6",
"target": "ES2020",
"allowSyntheticDefaultImports": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
Expand Down

0 comments on commit f97ad1a

Please sign in to comment.