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

Change tsconfig to autodiscover all @types packages rather setting them explicitely
pull/18441/head
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
1 changed files with 0 additions and 5 deletions

View File

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