summaryrefslogtreecommitdiff
path: root/recipeBuddy/tsconfig.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.json
Initial commit
Diffstat (limited to 'recipeBuddy/tsconfig.json')
-rw-r--r--recipeBuddy/tsconfig.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/recipeBuddy/tsconfig.json b/recipeBuddy/tsconfig.json
new file mode 100644
index 0000000..30956ae
--- /dev/null
+++ b/recipeBuddy/tsconfig.json
@@ -0,0 +1,26 @@
+{
+ "compileOnSave": false,
+ "compilerOptions": {
+ "baseUrl": "./",
+ "outDir": "./dist/out-tsc",
+ "sourceMap": true,
+ "declaration": false,
+ "downlevelIteration": true,
+ "experimentalDecorators": true,
+ "module": "esnext",
+ "moduleResolution": "node",
+ "importHelpers": true,
+ "target": "es2015",
+ "typeRoots": [
+ "node_modules/@types"
+ ],
+ "lib": [
+ "es2018",
+ "dom"
+ ]
+ },
+ "angularCompilerOptions": {
+ "fullTemplateTypeCheck": true,
+ "strictInjectionParameters": true
+ }
+}