Merge pull request #246 from vector-im/gsouquet/tsconfig-types

Change tsconfig to autodiscover all @types packages rather setting them explicitely
This commit is contained in:
Germain 2021-08-06 17:05:14 +01:00 committed by GitHub
commit 1ac971112f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,9 +10,6 @@
"outDir": "./lib",
"rootDir": "./src",
"declaration": true,
"types": [
"node"
],
"lib": [
"es2019",
"dom"