aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/tsconfig.json
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-03-16 20:57:31 +0800
committercrupest <crupest@outlook.com>2019-03-16 20:57:31 +0800
commit1158c85071e7a8132b42df9481141c107eeee657 (patch)
treeb9ae4f45fe8a23ebc7bc705af97f0377b73f8063 /Timeline/ClientApp/tsconfig.json
parent1c9edc5914869a3bbde20742c483182636ee4d43 (diff)
downloadtimeline-1158c85071e7a8132b42df9481141c107eeee657.tar.gz
timeline-1158c85071e7a8132b42df9481141c107eeee657.tar.bz2
timeline-1158c85071e7a8132b42df9481141c107eeee657.zip
Add remember me.
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
}
}