diff --git a/tsconfig.json b/tsconfig.json index a438508..e326611 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,19 +12,14 @@ "lib": [ "es2020", "esnext.asynciterable", - "dom" ], "outDir": "dist", "baseUrl": ".", "paths": { "*": [ "node_modules/*", - "src/types/*" ] } - }, - "exclude": [ - "__test__" - ] + } }