aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Angular/e2e/tsconfig.json
diff options
context:
space:
mode:
authortranstrike <transtrike@gmail.com>2021-02-12 18:50:28 +0200
committertranstrike <transtrike@gmail.com>2021-02-12 18:52:45 +0200
commit1ab34accfda22ee3ce5c7700e3b97ff3e932d649 (patch)
tree1591e22ca5a8f4f97d069c704c7bc84595c09ca6 /src/DevHive.Angular/e2e/tsconfig.json
parent2269b5aa6c8d3dcb407c34fa256200bdc573585a (diff)
downloadDevHive-1ab34accfda22ee3ce5c7700e3b97ff3e932d649.tar
DevHive-1ab34accfda22ee3ce5c7700e3b97ff3e932d649.tar.gz
DevHive-1ab34accfda22ee3ce5c7700e3b97ff3e932d649.zip
Docker Support Added; Splitted API and Front End
Diffstat (limited to 'src/DevHive.Angular/e2e/tsconfig.json')
-rw-r--r--src/DevHive.Angular/e2e/tsconfig.json13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/DevHive.Angular/e2e/tsconfig.json b/src/DevHive.Angular/e2e/tsconfig.json
deleted file mode 100644
index 0782539..0000000
--- a/src/DevHive.Angular/e2e/tsconfig.json
+++ /dev/null
@@ -1,13 +0,0 @@
-/* To learn more about this file see: https://angular.io/config/tsconfig. */
-{
- "extends": "../tsconfig.json",
- "compilerOptions": {
- "outDir": "../out-tsc/e2e",
- "module": "commonjs",
- "target": "es2018",
- "types": [
- "jasmine",
- "node"
- ]
- }
-}