diff --git a/tsconfig.json b/tsconfig.json index d761a12a..0d8142aa 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,9 +10,6 @@ "outDir": "./lib", "rootDir": "./src", "declaration": true, - "types": [ - "node" - ], "lib": [ "es2019", "dom"