Skip to content

Commit a0b4f0f

Browse files
committed
Target esnext for parcel
1 parent 72e8a15 commit a0b4f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"skipLibCheck": true,
1515
"sourceMap": true,
1616
"strict": true,
17-
"target": "es2017",
17+
"target": "esnext",
1818
"noUnusedParameters": true,
1919
"noUnusedLocals": true,
2020
"noFallthroughCasesInSwitch": true,

0 commit comments

Comments
 (0)