From 325fcff34959e7b184675fdbafa14d439cf6b066 Mon Sep 17 00:00:00 2001
From: xufenglei <xufenglei>
Date: Tue, 09 Jan 2018 16:31:45 +0800
Subject: [PATCH] 报警用户管理
---
tsconfig.json | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/tsconfig.json b/tsconfig.json
index 9b73cb0..55ffe6b 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -7,6 +7,8 @@
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
+ "noUnusedLocals": false,
+ "noUnusedParameters": false,
"target": "es5",
"typeRoots": [
"node_modules/@types"
--
Gitblit v1.8.0