From e03de53bd6db0bb2be9a2a1775dc8dd9d5f49416 Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Thu, 29 Mar 2018 10:44:58 +0800
Subject: [PATCH] value 为0 置为 横线 bug 修复

---
 tsconfig.json |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/tsconfig.json b/tsconfig.json
index 55ffe6b..e961ded 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -7,8 +7,6 @@
     "moduleResolution": "node",
     "emitDecoratorMetadata": true,
     "experimentalDecorators": true,
-    "noUnusedLocals": false,
-    "noUnusedParameters": false,
     "target": "es5",
     "typeRoots": [
       "node_modules/@types"
@@ -22,7 +20,13 @@
         "@shared": [ "app/shared" ],
         "@shared/*": [ "app/shared/*" ],
         "@core": [ "app/core/" ],
-        "@core/*": [ "app/core/*" ]
+        "@core/*": [ "app/core/*" ],
+        "@testing": [ "testing/" ],
+        "@testing/*": [ "testing/*" ],
+        "@env": [ "environments/" ],
+        "@env/*": [ "environments/*" ],
+        "@business": [ "app/business" ],
+        "@business/*": [ "app/business/*" ]
     }
   }
 }

--
Gitblit v1.8.0