Skip to content

Commit 9e3588d

Browse files
committed
build: compile to ES2019
1 parent f668d22 commit 9e3588d

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
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"target": "ES2020",
3+
"target": "ES2019",
44
"module": "ESNext",
55
"lib": ["DOM", "ES2020"],
66
"importHelpers": false,

0 commit comments

Comments
 (0)