From 4f7eba96dfdcd831c7a40dee035b8871df8d452b Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 11 Mar 2019 21:01:28 +0800 Subject: Use strict check of typescript compiler. --- Timeline/ClientApp/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Timeline/ClientApp/tsconfig.json') diff --git a/Timeline/ClientApp/tsconfig.json b/Timeline/ClientApp/tsconfig.json index ef44e286..437067d6 100644 --- a/Timeline/ClientApp/tsconfig.json +++ b/Timeline/ClientApp/tsconfig.json @@ -15,6 +15,7 @@ "lib": [ "es2017", "dom" - ] + ], + "strict": true } } -- cgit v1.2.3