aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Angular/tsconfig.spec.json
diff options
context:
space:
mode:
authortranstrike <transtrike@gmail.com>2020-12-20 10:44:58 +0200
committertranstrike <transtrike@gmail.com>2020-12-20 10:44:58 +0200
commita83b518a7a16d93f207bab8ec5c54c14c9493e23 (patch)
treec79d5dda1a6aebbbf54af0725a85ded830af8c3e /src/DevHive.Angular/tsconfig.spec.json
parent8880e0efec7462f6865e528f01b9973c6e722e8b (diff)
downloadDevHive-a83b518a7a16d93f207bab8ec5c54c14c9493e23.tar
DevHive-a83b518a7a16d93f207bab8ec5c54c14c9493e23.tar.gz
DevHive-a83b518a7a16d93f207bab8ec5c54c14c9493e23.zip
Removed Razor, added Angular
Diffstat (limited to 'src/DevHive.Angular/tsconfig.spec.json')
-rw-r--r--src/DevHive.Angular/tsconfig.spec.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/DevHive.Angular/tsconfig.spec.json b/src/DevHive.Angular/tsconfig.spec.json
new file mode 100644
index 0000000..092345b
--- /dev/null
+++ b/src/DevHive.Angular/tsconfig.spec.json
@@ -0,0 +1,18 @@
+/* To learn more about this file see: https://angular.io/config/tsconfig. */
+{
+ "extends": "./tsconfig.json",
+ "compilerOptions": {
+ "outDir": "./out-tsc/spec",
+ "types": [
+ "jasmine"
+ ]
+ },
+ "files": [
+ "src/test.ts",
+ "src/polyfills.ts"
+ ],
+ "include": [
+ "src/**/*.spec.ts",
+ "src/**/*.d.ts"
+ ]
+}