1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-10 09:22:25 +03:00

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

View File

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