diff --git a/test/types/tsconfig.json b/test/types/tsconfig.json index 772a382c7..5cd8ef450 100644 --- a/test/types/tsconfig.json +++ b/test/types/tsconfig.json @@ -10,7 +10,7 @@ "module": "ESNext", "baseUrl": "./", "strict": true, - "types": ["node"], + "types": [], "lib": ["ESNext", "DOM"], "paths": { "pdfjs-dist": ["../../build/typestest"],