aboutsummaryrefslogtreecommitdiff
path: root/src/tsconfig.spec.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/tsconfig.spec.json')
-rw-r--r--src/tsconfig.spec.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tsconfig.spec.json b/src/tsconfig.spec.json
index ac22a29..8f7cede 100644
--- a/src/tsconfig.spec.json
+++ b/src/tsconfig.spec.json
@@ -2,7 +2,6 @@
2 "extends": "../tsconfig.json", 2 "extends": "../tsconfig.json",
3 "compilerOptions": { 3 "compilerOptions": {
4 "outDir": "../out-tsc/spec", 4 "outDir": "../out-tsc/spec",
5 "baseUrl": "./",
6 "module": "commonjs", 5 "module": "commonjs",
7 "types": [ 6 "types": [
8 "jasmine", 7 "jasmine",
@@ -10,7 +9,8 @@
10 ] 9 ]
11 }, 10 },
12 "files": [ 11 "files": [
13 "test.ts" 12 "test.ts",
13 "polyfills.ts"
14 ], 14 ],
15 "include": [ 15 "include": [
16 "**/*.spec.ts", 16 "**/*.spec.ts",