Skip to content

Commit 5991ddd

Browse files
Target ES2020 (#77)
1 parent 8191913 commit 5991ddd

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
@@ -10,7 +10,7 @@
1010
"noErrorTruncation": true,
1111
"noUncheckedIndexedAccess": true,
1212
"strict": true,
13-
"target": "es2017"
13+
"target": "ES2020"
1414
},
1515
"exclude": ["./dist/**/*"]
1616
}

0 commit comments

Comments
 (0)