From 9c4c6f2d53562afd337ff432bead0f529a7cf212 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20N=C3=A9grier?= Date: Mon, 17 May 2021 14:39:10 +0200 Subject: [PATCH] Fixing Jasmine tests --- front/tsconfig-for-jasmine.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/front/tsconfig-for-jasmine.json b/front/tsconfig-for-jasmine.json index a323ddc3..5fb31027 100644 --- a/front/tsconfig-for-jasmine.json +++ b/front/tsconfig-for-jasmine.json @@ -4,5 +4,6 @@ "compilerOptions": { "module": "CommonJS", "lib": ["es2015","dom"], - } + "types": ["svelte", "node"] + }, }