Skip to content

Commit f97ad1a

Browse files
committed
fix: set target to ES2020
1 parent e18cf03 commit f97ad1a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/tsconfig.base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"lib": ["ESNext", "DOM"],
1212
"module": "ESNext",
1313
"moduleResolution": "Bundler",
14-
"target": "ES6",
14+
"target": "ES2020",
1515
"allowSyntheticDefaultImports": true,
1616
"noUnusedLocals": true,
1717
"noUnusedParameters": true,

0 commit comments

Comments
 (0)