Change tsconfig to autodiscover all @types packages rather setting them explicitely

pull/18433/head
Germain Souquet 2021-08-06 17:02:41 +02:00
parent 91b37e7268
commit 0f27481b6e
1 changed files with 0 additions and 5 deletions

View File

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