From 840726806a55ac53704024619a498abf767c60cb Mon Sep 17 00:00:00 2001 From: zsviczian Date: Fri, 19 Nov 2021 19:08:33 +0100 Subject: [PATCH] reverting lib https://github.com/excalidraw/excalidraw/issues/4282 --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 8ce58b6566..5b161adea7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "target": "es6", - "lib": ["esnext"], + "lib": ["dom","dom.iterable","esnext"], "allowJs": true, "skipLibCheck": true, "esModuleInterop": true,