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

This commit is contained in:
Germain Souquet 2021-08-06 17:02:29 +02:00
parent 394e3cde3a
commit 986f728019

View file

@ -10,9 +10,6 @@
"outDir": "./lib", "outDir": "./lib",
"rootDir": "./src", "rootDir": "./src",
"declaration": true, "declaration": true,
"types": [
"node"
],
"lib": [ "lib": [
"es2019", "es2019",
"dom" "dom"