summaryrefslogtreecommitdiff
path: root/recipeBuddy/tsconfig.app.json
diff options
context:
space:
mode:
authorschencej <schencej@clarkson.edu>2019-09-14 13:15:56 -0400
committerschencej <schencej@clarkson.edu>2019-09-14 13:15:56 -0400
commit30ea1d1313e5830456b49cd100906eb0c4f3efd0 (patch)
treeed064cb2aea7f23ff9e2dbad47f5161fe6fe41fc /recipeBuddy/tsconfig.app.json
Initial commit
Diffstat (limited to 'recipeBuddy/tsconfig.app.json')
-rw-r--r--recipeBuddy/tsconfig.app.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipeBuddy/tsconfig.app.json b/recipeBuddy/tsconfig.app.json
new file mode 100644
index 0000000..565a11a
--- /dev/null
+++ b/recipeBuddy/tsconfig.app.json
@@ -0,0 +1,18 @@
+{
+ "extends": "./tsconfig.json",
+ "compilerOptions": {
+ "outDir": "./out-tsc/app",
+ "types": []
+ },
+ "files": [
+ "src/main.ts",
+ "src/polyfills.ts"
+ ],
+ "include": [
+ "src/**/*.ts"
+ ],
+ "exclude": [
+ "src/test.ts",
+ "src/**/*.spec.ts"
+ ]
+}