mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 17:25:50 +03:00
Change tsconfig to autodiscover all @types packages rather setting them explicitely
This commit is contained in:
parent
3153e11761
commit
18eb00a70f
1 changed files with 1 additions and 7 deletions
|
@ -12,12 +12,6 @@
|
||||||
"outDir": "./lib",
|
"outDir": "./lib",
|
||||||
"declaration": true,
|
"declaration": true,
|
||||||
"jsx": "react",
|
"jsx": "react",
|
||||||
"types": [
|
|
||||||
"node",
|
|
||||||
"react",
|
|
||||||
"flux",
|
|
||||||
"react-transition-group"
|
|
||||||
],
|
|
||||||
"lib": [
|
"lib": [
|
||||||
"es2019",
|
"es2019",
|
||||||
"dom",
|
"dom",
|
||||||
|
@ -27,5 +21,5 @@
|
||||||
"include": [
|
"include": [
|
||||||
"./src/**/*.ts",
|
"./src/**/*.ts",
|
||||||
"./src/**/*.tsx"
|
"./src/**/*.tsx"
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue