From 3517e796f650b8aed52165c1a5905456f54033ef Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Wed, 10 Jan 2018 14:31:40 +0800
Subject: [PATCH] 项目路径 配置,以适应可能的框架更新

---
 src/tsconfig.spec.json |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/tsconfig.spec.json b/src/tsconfig.spec.json
index f460cf7..34d8bf6 100644
--- a/src/tsconfig.spec.json
+++ b/src/tsconfig.spec.json
@@ -13,7 +13,9 @@
       "@shared": [ "app/shared" ],
       "@shared/*": [ "app/shared/*" ],
       "@core": [ "app/core/" ],
-      "@core/*": [ "app/core/*" ]
+      "@core/*": [ "app/core/*" ],
+      "@business": [ "app/business/" ],
+      "@business/*": [ "app/business/*" ]
     }
   },
   "files": [

--
Gitblit v1.8.0