reverting lib

https://github.com/excalidraw/excalidraw/issues/4282
This commit is contained in:
zsviczian
2021-11-19 19:08:33 +01:00
committed by GitHub
parent 27325cdffc
commit 840726806a

View File

@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "es6",
"lib": ["esnext"],
"lib": ["dom","dom.iterable","esnext"],
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,