diff options
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
}
}
|