Skip to content

Commit 50050aa

Browse files
committed
chore(core): fix incorrect lib options in tsconfig
1 parent 8dd25e2 commit 50050aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tsconfig.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"declaration": true,
44
"downlevelIteration": true,
55
"lib": [
6-
"ES2015",
7-
"ES2015.Collection",
8-
"ES2015.Iterable"
6+
"es2015",
7+
"es2015.collection",
8+
"es2015.iterable"
99
],
1010
"module": "commonjs",
1111
"outDir": "./dist",
@@ -14,4 +14,4 @@
1414
"files": [
1515
"./src/index.ts"
1616
]
17-
}
17+
}

0 commit comments

Comments
 (0)