From 62266aa6ed5fd19fa1691089e6801e4450c4eaf1 Mon Sep 17 00:00:00 2001
From: 沈斌 <bluelazysb@hotmail.com>
Date: Tue, 19 Dec 2017 08:29:04 +0800
Subject: [PATCH] updates

---
 src/tsconfig.app.json |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/src/tsconfig.app.json b/src/tsconfig.app.json
index 39ba8db..29f6da9 100644
--- a/src/tsconfig.app.json
+++ b/src/tsconfig.app.json
@@ -4,7 +4,13 @@
     "outDir": "../out-tsc/app",
     "baseUrl": "./",
     "module": "es2015",
-    "types": []
+    "types": [],
+    "paths": {
+      "@shared": [ "app/shared" ],
+      "@shared/*": [ "app/shared/*" ],
+      "@core": [ "app/core/" ],
+      "@core/*": [ "app/core/*" ]
+    }
   },
   "exclude": [
     "test.ts",

--
Gitblit v1.8.0