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
commitcfc1a24bcb782721780eb79cc45260db16ffad64 (patch)
treeed3322ad10a6c1acbf08bba73e930b5702fb44e6 /Timeline/ClientApp/tsconfig.json
parent393ca55a960abc7d2343a8a36a093d253eddf134 (diff)
downloadtimeline-cfc1a24bcb782721780eb79cc45260db16ffad64.tar.gz
timeline-cfc1a24bcb782721780eb79cc45260db16ffad64.tar.bz2
timeline-cfc1a24bcb782721780eb79cc45260db16ffad64.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
}
}