Merge pull request #6573 from matrix-org/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:01 +01:00 committed by GitHub
commit 2f904cccce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"
],
],
}