From 7add6e7c0a79e15a0c214d0e9b4e6ba65d175c0a Mon Sep 17 00:00:00 2001 From: ThibaudAv Date: Wed, 2 Dec 2020 10:56:40 +0100 Subject: [PATCH] fixup! test: add test for RenderNgAppService --- app/angular/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/app/angular/tsconfig.json b/app/angular/tsconfig.json index 8a9ea247510b..76654cf5b0ff 100644 --- a/app/angular/tsconfig.json +++ b/app/angular/tsconfig.json @@ -5,6 +5,7 @@ "outDir": "dist", "types": ["webpack-env"], "rootDir": "./src", + "typeRoots": ["../../node_modules/@types", "node_modules/@types"], "resolveJsonModule": true } }