aboutsummaryrefslogtreecommitdiff
path: root/ui/tsconfig.spec.json
diff options
context:
space:
mode:
Diffstat (limited to 'ui/tsconfig.spec.json')
-rw-r--r--ui/tsconfig.spec.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/ui/tsconfig.spec.json b/ui/tsconfig.spec.json
new file mode 100644
index 0000000..092345b
--- /dev/null
+++ b/ui/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"
+ ]
+}
bgstack15