Skip to content

Commit a843805

Browse files
committed
chore: bump tsconfig target to ES2020
1 parent f61661a commit a843805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"lib": ["ESNext"],
44
"module": "ESNext",
5-
"target": "ES2015",
5+
"target": "ES2020",
66
"moduleResolution": "bundler",
77
"verbatimModuleSyntax": true,
88
"noEmit": true,

0 commit comments

Comments
 (0)