Merge pull request #6573 from matrix-org/gsouquet/tsconfig-types

Change tsconfig to autodiscover all @types packages rather setting them explicitely
pull/21833/head
Germain 2021-08-06 17:05:01 +01:00 committed by GitHub
commit 2f904cccce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 7 deletions

View File

@ -12,12 +12,6 @@
"outDir": "./lib",
"declaration": true,
"jsx": "react",
"types": [
"node",
"react",
"flux",
"react-transition-group"
],
"lib": [
"es2019",
"dom",
@ -27,5 +21,5 @@
"include": [
"./src/**/*.ts",
"./src/**/*.tsx"
],
],
}