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",
"rootDir": "./src",
"declaration": true,
"types": [
"node"
],
"lib": [
"es2019",
"dom"