Skip to content

Commit a6e4aeb

Browse files
committed
fix: transform TypeScript to EsNext
1 parent 0cb2cad commit a6e4aeb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"declarationDir": "",
99
"downlevelIteration": true,
1010
"allowSyntheticDefaultImports": true,
11-
"lib": ["ESNext", "DOM"]
11+
"lib": ["ESNext", "DOM"],
12+
"target": "ESNext",
1213
}
1314
}

0 commit comments

Comments
 (0)