Skip to content

Commit 148c04e

Browse files
author
Gusted
committed
fix rollup build
1 parent d8cffaf commit 148c04e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"resolveJsonModule": true,
1414
"declarationDir": "dist/types",
1515
"outDir": "dist/lib",
16-
"typeRoots": ["node_modules/@types"]
16+
"typeRoots": ["node_modules/@types"],
17+
"downlevelIteration": true,
1718
},
1819
"include": ["src/**/*.ts"],
1920
"exclude": ["node_modules"]

0 commit comments

Comments
 (0)