diff options
author | Tao Shen <shentao@chinamobile.com> | 2017-03-22 13:03:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@open-o.org> | 2017-03-22 13:03:49 +0000 |
commit | ac8c68ae77aa7c099341dfa3248b31cb09af8c2a (patch) | |
tree | 1d0be5ac096699eb0d67e6b2da30e1bace548d1b /alarm-analysis/src/main/webapp/tsconfig.json | |
parent | c5fb63df58532c4e21b54663c92eba739ad978d2 (diff) | |
parent | 1c7effb25f9eb7a597d0339d1a64b88c0e11a02a (diff) |
Merge "Modify some configuration for build"
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
}
}
|