From 986f7280191387d7384f8d7c9579ecb3f6f9d0ab Mon Sep 17 00:00:00 2001 From: Germain Souquet Date: Fri, 6 Aug 2021 17:02:29 +0200 Subject: [PATCH] Change tsconfig to autodiscover all @types packages rather setting them explicitely --- tsconfig.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index d761a12..0d8142a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,9 +10,6 @@ "outDir": "./lib", "rootDir": "./src", "declaration": true, - "types": [ - "node" - ], "lib": [ "es2019", "dom"