From c8d8b2d3cf0807f46d1d365da0560b25a1a73ae7 Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Fri, 23 Mar 2018 14:58:40 +0800
Subject: [PATCH] 数据查询优化,设备坐标 保持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