diff options
author | YILI <li.yi101@zte.com.cn> | 2017-03-22 14:52:56 +0800 |
---|---|---|
committer | 6092002077 <li.yi101@zte.com.cn> | 2017-03-22 14:52:56 +0800 |
commit | 1c7effb25f9eb7a597d0339d1a64b88c0e11a02a (patch) | |
tree | 46a8e3a2735171b66c2287849ba0f9a1c336495c /alarm-analysis/src/main/webapp/tsconfig.json | |
parent | 3d2fa1dc4692c869cf54a3c53288f3a5783588b3 (diff) |
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 <li.yi101@zte.com.cn>
Diffstat (limited to 'alarm-analysis/src/main/webapp/tsconfig.json')
-rw-r--r-- | alarm-analysis/src/main/webapp/tsconfig.json | 3 |
1 files changed, 1 insertions, 2 deletions
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
}
}
|