diff options
| author | transtrike <transtrike@gmail.com> | 2020-12-20 10:44:58 +0200 |
|---|---|---|
| committer | transtrike <transtrike@gmail.com> | 2020-12-20 10:44:58 +0200 |
| commit | a83b518a7a16d93f207bab8ec5c54c14c9493e23 (patch) | |
| tree | c79d5dda1a6aebbbf54af0725a85ded830af8c3e /src/DevHive.Angular/e2e/tsconfig.json | |
| parent | 8880e0efec7462f6865e528f01b9973c6e722e8b (diff) | |
| download | DevHive-a83b518a7a16d93f207bab8ec5c54c14c9493e23.tar DevHive-a83b518a7a16d93f207bab8ec5c54c14c9493e23.tar.gz DevHive-a83b518a7a16d93f207bab8ec5c54c14c9493e23.zip | |
Removed Razor, added Angular
Diffstat (limited to 'src/DevHive.Angular/e2e/tsconfig.json')
| -rw-r--r-- | src/DevHive.Angular/e2e/tsconfig.json | 13 |
1 files changed, 13 insertions, 0 deletions
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" + ] + } +} |
