Skip to content

Commit 90d1265

Browse files
committed
Change tsconfig target to es5
1 parent 75d395c commit 90d1265

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
@@ -1,7 +1,8 @@
11
{
22
"compilerOptions": {
3-
"target": "esnext",
3+
"target": "es5",
44
"module": "esnext",
5+
"downlevelIteration": true,
56
"lib": ["esnext", "dom"],
67
"declaration": true,
78
"moduleResolution": "node",

0 commit comments

Comments
 (0)