diff --git a/tests/cases/user/zone.js/tsconfig.json b/tests/cases/user/zone.js/tsconfig.json index 30e1ee5dc63..eda9e3f6287 100644 --- a/tests/cases/user/zone.js/tsconfig.json +++ b/tests/cases/user/zone.js/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "strict": true, "lib": ["esnext", "dom"], - "types": [] + "types": ["node"] }, "files": [ "index.ts",