summaryrefslogtreecommitdiff
path: root/gae/frontend/src/tsconfig.spec.json
diff options
context:
space:
mode:
Diffstat (limited to 'gae/frontend/src/tsconfig.spec.json')
-rw-r--r--gae/frontend/src/tsconfig.spec.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/gae/frontend/src/tsconfig.spec.json b/gae/frontend/src/tsconfig.spec.json
new file mode 100644
index 0000000..8f7cede
--- /dev/null
+++ b/gae/frontend/src/tsconfig.spec.json
@@ -0,0 +1,19 @@
+{
+ "extends": "../tsconfig.json",
+ "compilerOptions": {
+ "outDir": "../out-tsc/spec",
+ "module": "commonjs",
+ "types": [
+ "jasmine",
+ "node"
+ ]
+ },
+ "files": [
+ "test.ts",
+ "polyfills.ts"
+ ],
+ "include": [
+ "**/*.spec.ts",
+ "**/*.d.ts"
+ ]
+}