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"] + }, }