From a58d6da8e021e407ccd5fa9f43ef0185e4044efe Mon Sep 17 00:00:00 2001 From: lotte Date: Mon, 11 May 2020 15:05:02 +0200 Subject: [PATCH] added jasmine to root tsconfig.json --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 7ceea66cff..605b29f85e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -33,7 +33,8 @@ "es2017" ], "types": [ - "node" + "node", + "jasmine" ] }, "angularCompilerOptions": {