Skip to content

Commit 17edcf1

Browse files
committed
Bump target and lib to es2017
1 parent 7636762 commit 17edcf1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/tsconfig.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
"allowSyntheticDefaultImports": true,
66
"resolveJsonModule": true,
77
"sourceMap": true,
8-
"target": "es5",
9-
"lib": ["es5", "scripthost", "dom", "webworker"],
8+
// TODO: Bump to latest once Edge 18 support would end
9+
"target": "es2017",
10+
"lib": ["es2017", "dom", "dom.iterable", "webworker"],
1011
"strict": true
1112
}
1213
}

0 commit comments

Comments
 (0)