Merge pull request #18433 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:16 +01:00 committed by GitHub
commit 60dd660fec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,11 +12,6 @@
"outDir": "./lib",
"declaration": true,
"jsx": "react",
"types": [
"node",
"react",
"flux"
],
"lib": [
"es2019",
"dom",