diff options
Diffstat (limited to 'Timeline/ClientApp/src/tsconfig.spec.json')
-rw-r--r-- | Timeline/ClientApp/src/tsconfig.spec.json | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/Timeline/ClientApp/src/tsconfig.spec.json b/Timeline/ClientApp/src/tsconfig.spec.json deleted file mode 100644 index 3bcc8926..00000000 --- a/Timeline/ClientApp/src/tsconfig.spec.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": { - "outDir": "../out-tsc/spec", - "module": "commonjs", - "types": [ - "jasmine", - "node" - ] - }, - "files": [ - "test.ts", - "polyfills.ts" - ], - "include": [ - "test-utilities/**/*", - "**/*.spec.ts", - "**/*.d.ts", - "**/*.mock.ts", - "**/*.test.ts" - ] -} |