diff options
author | schencej <schencej@clarkson.edu> | 2019-09-14 13:15:56 -0400 |
---|---|---|
committer | schencej <schencej@clarkson.edu> | 2019-09-14 13:15:56 -0400 |
commit | 30ea1d1313e5830456b49cd100906eb0c4f3efd0 (patch) | |
tree | ed064cb2aea7f23ff9e2dbad47f5161fe6fe41fc /recipeBuddy/e2e/tsconfig.json |
Initial commit
Diffstat (limited to 'recipeBuddy/e2e/tsconfig.json')
-rw-r--r-- | recipeBuddy/e2e/tsconfig.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipeBuddy/e2e/tsconfig.json b/recipeBuddy/e2e/tsconfig.json new file mode 100644 index 0000000..39b800f --- /dev/null +++ b/recipeBuddy/e2e/tsconfig.json @@ -0,0 +1,13 @@ +{ + "extends": "../tsconfig.json", + "compilerOptions": { + "outDir": "../out-tsc/e2e", + "module": "commonjs", + "target": "es5", + "types": [ + "jasmine", + "jasminewd2", + "node" + ] + } +} |