Skip to content

Commit 13dd5e3

Browse files
Add dom.iterable lib by default
1 parent b0b1b83 commit 13dd5e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/lib/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default (pkg: {tsd?: RawConfig}, cwd: string): Config => {
3434
compilerOptions: {
3535
strict: true,
3636
jsx: JsxEmit.React,
37-
lib: ['es2017', 'dom'],
37+
lib: ['es2017', 'dom', 'dom.iterable'],
3838
module: ModuleKind.CommonJS,
3939
target: ScriptTarget.ES2017,
4040
esModuleInterop: true,

0 commit comments

Comments
 (0)