removed old code for portal
[eliot.git] / blueprints / common / eliot-ui / frontend-src / tsconfig.spec.json
diff --git a/blueprints/common/eliot-ui/frontend-src/tsconfig.spec.json b/blueprints/common/eliot-ui/frontend-src/tsconfig.spec.json
deleted file mode 100644 (file)
index 6400fde..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-{
-  "extends": "./tsconfig.json",
-  "compilerOptions": {
-    "outDir": "./out-tsc/spec",
-    "types": [
-      "jasmine",
-      "node"
-    ]
-  },
-  "files": [
-    "src/test.ts",
-    "src/polyfills.ts"
-  ],
-  "include": [
-    "src/**/*.spec.ts",
-    "src/**/*.d.ts"
-  ]
-}