chore: bump typescript@4.5.2 (#4283)

* chore: bump typescript@4.5.2

* bump typescript and fix tsconfig for npm package
This commit is contained in:
David Luzar 2021-11-19 19:51:28 +01:00 committed by GitHub
parent 1c11df011a
commit 620b662085
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 12 additions and 18 deletions

View file

@ -7,7 +7,7 @@
"outDir": "src/packages/excalidraw/types",
"jsx": "react-jsx",
"target": "es6",
"lib": ["esnext"],
"lib": ["dom", "dom.iterable", "esnext"],
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,