diff options
author | crupest <crupest@outlook.com> | 2019-03-16 20:57:31 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-03-16 20:57:31 +0800 |
commit | 1158c85071e7a8132b42df9481141c107eeee657 (patch) | |
tree | b9ae4f45fe8a23ebc7bc705af97f0377b73f8063 /Timeline/ClientApp/tsconfig.json | |
parent | 1c9edc5914869a3bbde20742c483182636ee4d43 (diff) | |
download | timeline-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.json | 4 |
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 } } |