diff options
Diffstat (limited to 'recipeBuddy/tsconfig.spec.json')
-rw-r--r-- | recipeBuddy/tsconfig.spec.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/recipeBuddy/tsconfig.spec.json b/recipeBuddy/tsconfig.spec.json new file mode 100644 index 0000000..6400fde --- /dev/null +++ b/recipeBuddy/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" + ] +} |