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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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