From a83b518a7a16d93f207bab8ec5c54c14c9493e23 Mon Sep 17 00:00:00 2001 From: transtrike Date: Sun, 20 Dec 2020 10:44:58 +0200 Subject: Removed Razor, added Angular --- src/DevHive.Angular/e2e/tsconfig.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/DevHive.Angular/e2e/tsconfig.json (limited to 'src/DevHive.Angular/e2e/tsconfig.json') diff --git a/src/DevHive.Angular/e2e/tsconfig.json b/src/DevHive.Angular/e2e/tsconfig.json new file mode 100644 index 0000000..0782539 --- /dev/null +++ b/src/DevHive.Angular/e2e/tsconfig.json @@ -0,0 +1,13 @@ +/* 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" + ] + } +} -- cgit v1.2.3