diff options
Diffstat (limited to 'alarm-analysis/src/main/webapp/tsconfig.json')
-rw-r--r-- | alarm-analysis/src/main/webapp/tsconfig.json | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/alarm-analysis/src/main/webapp/tsconfig.json b/alarm-analysis/src/main/webapp/tsconfig.json deleted file mode 100644 index db402417..00000000 --- a/alarm-analysis/src/main/webapp/tsconfig.json +++ /dev/null @@ -1,12 +0,0 @@ -{
- "compilerOptions": {
- "target": "es5",
- "module": "commonjs",
- "moduleResolution": "node",
- "sourceMap": true,
- "emitDecoratorMetadata": true,
- "experimentalDecorators": true,
- "removeComments": false,
- "noImplicitAny": false
- }
-}
|