Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 2f904cc

Browse files
authored
Merge pull request #6573 from matrix-org/gsouquet/tsconfig-types
Change tsconfig to autodiscover all @types packages rather setting them explicitely
2 parents b6f7c4f + 18eb00a commit 2f904cc

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

tsconfig.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@
1212
"outDir": "./lib",
1313
"declaration": true,
1414
"jsx": "react",
15-
"types": [
16-
"node",
17-
"react",
18-
"flux",
19-
"react-transition-group"
20-
],
2115
"lib": [
2216
"es2019",
2317
"dom",
@@ -27,5 +21,5 @@
2721
"include": [
2822
"./src/**/*.ts",
2923
"./src/**/*.tsx"
30-
],
24+
],
3125
}

0 commit comments

Comments
 (0)