From 1c7effb25f9eb7a597d0339d1a64b88c0e11a02a Mon Sep 17 00:00:00 2001
From: YILI
Date: Wed, 22 Mar 2017 14:52:56 +0800
Subject: Modify some configuration for build
modify config, i18n package.json tsconfig.json files content deleted typing.json file
Issue-ID:CLIENT-164
Change-Id: Ifcaa9a53692ed79d58da84553ad4ccd1bb590d1b
Signed-off-by: YILI
---
alarm-analysis/src/main/webapp/tsconfig.json | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
(limited to 'alarm-analysis/src/main/webapp/tsconfig.json')
diff --git a/alarm-analysis/src/main/webapp/tsconfig.json b/alarm-analysis/src/main/webapp/tsconfig.json
index f58e4af8..db402417 100644
--- a/alarm-analysis/src/main/webapp/tsconfig.json
+++ b/alarm-analysis/src/main/webapp/tsconfig.json
@@ -7,7 +7,6 @@
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"removeComments": false,
- "noImplicitAny": false,
- "suppressImplicitAnyIndexErrors": true
+ "noImplicitAny": false
}
}
--
cgit 1.2.3-korg