Change tsconfig to autodiscover all @types packages rather setting them explicitely
This commit is contained in:
parent
91b37e7268
commit
0f27481b6e
1 changed files with 0 additions and 5 deletions
|
@ -12,11 +12,6 @@
|
|||
"outDir": "./lib",
|
||||
"declaration": true,
|
||||
"jsx": "react",
|
||||
"types": [
|
||||
"node",
|
||||
"react",
|
||||
"flux"
|
||||
],
|
||||
"lib": [
|
||||
"es2019",
|
||||
"dom",
|
||||
|
|
Loading…
Reference in a new issue