Skip to content

Commit 0935275

Browse files
committed
fix: syntax error, closes vuejs#1641
1 parent 3a1eafe commit 0935275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/api/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": "ESNext",
3+
"target": "ES2017",
44
"module": "ESNext",
55
"moduleResolution": "node",
66
"allowSyntheticDefaultImports": true,

0 commit comments

Comments
 (0)