There was an error while loading. Please reload this page.
target
lib
es2017
1 parent 7636762 commit 17edcf1Copy full SHA for 17edcf1
1 file changed
src/tsconfig.json
@@ -5,8 +5,9 @@
5
"allowSyntheticDefaultImports": true,
6
"resolveJsonModule": true,
7
"sourceMap": true,
8
- "target": "es5",
9
- "lib": ["es5", "scripthost", "dom", "webworker"],
+ // TODO: Bump to latest once Edge 18 support would end
+ "target": "es2017",
10
+ "lib": ["es2017", "dom", "dom.iterable", "webworker"],
11
"strict": true
12
}
13
0 commit comments