From 3f3df955b454bff806edf6de46827174f3a8582a Mon Sep 17 00:00:00 2001 From: Alexander Zhukov Date: Tue, 27 Jun 2017 16:34:42 +0300 Subject: [PATCH] build(tsconfig): replace @nga path with @akveo path --- src/tsconfig.app.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tsconfig.app.json b/src/tsconfig.app.json index 48d252a8..d68fe7f0 100644 --- a/src/tsconfig.app.json +++ b/src/tsconfig.app.json @@ -9,8 +9,8 @@ "@angular/*": [ "../node_modules/@angular/*" ], - "@nga/*": [ - "../node_modules/@nga/*" + "@akveo/*": [ + "../node_modules/@akveo/*" ], "@ng-bootstrap/*": [ "../node_modules/@ng-bootstrap/*"