summaryrefslogtreecommitdiffstats
path: root/mod2/ui/tsconfig.spec.json
diff options
context:
space:
mode:
Diffstat (limited to 'mod2/ui/tsconfig.spec.json')
-rw-r--r--mod2/ui/tsconfig.spec.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/mod2/ui/tsconfig.spec.json b/mod2/ui/tsconfig.spec.json
new file mode 100644
index 0000000..6400fde
--- /dev/null
+++ b/mod2/ui/tsconfig.spec.json
@@ -0,0 +1,18 @@
+{
+ "extends": "./tsconfig.json",
+ "compilerOptions": {
+ "outDir": "./out-tsc/spec",
+ "types": [
+ "jasmine",
+ "node"
+ ]
+ },
+ "files": [
+ "src/test.ts",
+ "src/polyfills.ts"
+ ],
+ "include": [
+ "src/**/*.spec.ts",
+ "src/**/*.d.ts"
+ ]
+}