aboutsummaryrefslogtreecommitdiffstats
path: root/webapp/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/tsconfig.json')
-rw-r--r--webapp/tsconfig.json18
1 files changed, 0 insertions, 18 deletions
diff --git a/webapp/tsconfig.json b/webapp/tsconfig.json
deleted file mode 100644
index 9bad681..0000000
--- a/webapp/tsconfig.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "compilerOptions": {
- "outDir": "dist/app",
- "target": "es5",
- "module": "commonjs",
- "moduleResolution": "node",
- "sourceMap": true,
- "emitDecoratorMetadata": true,
- "experimentalDecorators": true,
- "removeComments": false,
- "noImplicitAny": false,
- "noStrictGenericChecks": true // better to switch to RxJS 5.4.2 ; workaround https://stackoverflow.com/questions/44810195/how-do-i-get-around-this-subject-incorrectly-extends-observable-error-in-types
- },
- "exclude": [
- "gulpfile.ts",
- "node_modules"
- ]
-}