From 7b6a543692b7ac06e52cebdbe8fcb868376bf0a4 Mon Sep 17 00:00:00 2001 From: Ivan Demidov Date: Mon, 18 May 2020 17:09:35 +0300 Subject: [PATCH] build: add dom iterable --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 602cca3..ca8550d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,7 +13,7 @@ "baseUrl": ".", "types": ["node", "Vue"], "declaration": true, - "lib": ["es2015", "dom"] + "lib": ["es2015", "DOM", "DOM.Iterable"] }, "include": [ "src/*.ts"