Skip to content

Commit b4a2f90

Browse files
committed
build: support downlevel iteration
1 parent a6b4724 commit b4a2f90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"scripts": {
4646
"build": "rollup -c",
4747
"watch": "rollup -cw",
48-
"types": "tsc src/index.ts --declaration --emitDeclarationOnly --outDir dist",
48+
"types": "tsc src/index.ts --downlevelIteration --declaration --emitDeclarationOnly --outDir dist",
4949
"test": "ava",
5050
"watch-tests": "ava -w",
5151
"clean": "trash dist",

0 commit comments

Comments
 (0)