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"