summaryrefslogtreecommitdiffstats
path: root/usecaseui-holmes/src/main/webapp/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'usecaseui-holmes/src/main/webapp/tsconfig.json')
-rw-r--r--usecaseui-holmes/src/main/webapp/tsconfig.json12
1 files changed, 0 insertions, 12 deletions
diff --git a/usecaseui-holmes/src/main/webapp/tsconfig.json b/usecaseui-holmes/src/main/webapp/tsconfig.json
deleted file mode 100644
index e6a6eac1..00000000
--- a/usecaseui-holmes/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
- }
-}