From 30ea1d1313e5830456b49cd100906eb0c4f3efd0 Mon Sep 17 00:00:00 2001 From: schencej Date: Sat, 14 Sep 2019 13:15:56 -0400 Subject: Initial commit --- recipeBuddy/tsconfig.spec.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 recipeBuddy/tsconfig.spec.json (limited to 'recipeBuddy/tsconfig.spec.json') 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" + ] +} -- cgit v1.1