Skip to content

Commit 17cfe4e

Browse files
committed
Output modern JS syntax
1 parent 3c1a668 commit 17cfe4e

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": "ES6",
3+
"target": "ES2020",
44
"strict": true,
55
"declaration": true,
66
"importHelpers": false,

0 commit comments

Comments
 (0)