removed old code for portal
[eliot.git] / blueprints / common / eliot-ui / frontend-src / tsconfig.json
diff --git a/blueprints/common/eliot-ui/frontend-src/tsconfig.json b/blueprints/common/eliot-ui/frontend-src/tsconfig.json
deleted file mode 100644 (file)
index 30956ae..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-{
-  "compileOnSave": false,
-  "compilerOptions": {
-    "baseUrl": "./",
-    "outDir": "./dist/out-tsc",
-    "sourceMap": true,
-    "declaration": false,
-    "downlevelIteration": true,
-    "experimentalDecorators": true,
-    "module": "esnext",
-    "moduleResolution": "node",
-    "importHelpers": true,
-    "target": "es2015",
-    "typeRoots": [
-      "node_modules/@types"
-    ],
-    "lib": [
-      "es2018",
-      "dom"
-    ]
-  },
-  "angularCompilerOptions": {
-    "fullTemplateTypeCheck": true,
-    "strictInjectionParameters": true
-  }
-}