aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'Timeline/ClientApp/tsconfig.json')
-rw-r--r--Timeline/ClientApp/tsconfig.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/Timeline/ClientApp/tsconfig.json b/Timeline/ClientApp/tsconfig.json
index 437067d6..86c42495 100644
--- a/Timeline/ClientApp/tsconfig.json
+++ b/Timeline/ClientApp/tsconfig.json
@@ -17,5 +17,9 @@
"dom"
],
"strict": true
+ },
+ "angularCompilerOptions": {
+ "fullTemplateTypeCheck": true,
+ "strictInjectionParameters": true
}
}