Skip to content

Commit d3d4d42

Browse files
author
Aleix Morgadas
authored
Update tsconfig.json
1 parent 36e5361 commit d3d4d42

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"module": "commonjs",
44
"lib": [
55
"dom",
6-
"es2016"
6+
"es5",
7+
- "es2015.collection",
8+
- "es2015.iterable"
79
],
810
"target": "es5",
911
"noImplicitAny": false,

0 commit comments

Comments
 (0)