From ed1863b3e6571996a306c77fe009970069c7e404 Mon Sep 17 00:00:00 2001 From: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com> Date: Wed, 1 Apr 2020 14:40:01 -0700 Subject: [PATCH] Add node to zone.js' tsconfig types (#37499) --- tests/cases/user/zone.js/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",