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 } }