aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.spec.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.spec.json')
-rw-r--r--tsconfig.spec.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/tsconfig.spec.json b/tsconfig.spec.json
new file mode 100644
index 0000000..430cf75
--- /dev/null
+++ b/tsconfig.spec.json
@@ -0,0 +1,9 @@
+{
+ "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"]
+}