diff options
author | crupest <crupest@outlook.com> | 2019-03-11 21:01:28 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-03-11 21:01:28 +0800 |
commit | 4f7eba96dfdcd831c7a40dee035b8871df8d452b (patch) | |
tree | fa18c63d9530364b557066ffcb703c927b17213f /Timeline/ClientApp/tsconfig.json | |
parent | 8caef17dd3e455de27f44d13751c27ee4dfe2e1e (diff) | |
download | timeline-4f7eba96dfdcd831c7a40dee035b8871df8d452b.tar.gz timeline-4f7eba96dfdcd831c7a40dee035b8871df8d452b.tar.bz2 timeline-4f7eba96dfdcd831c7a40dee035b8871df8d452b.zip |
Use strict check of typescript compiler.
Diffstat (limited to 'Timeline/ClientApp/tsconfig.json')
-rw-r--r-- | Timeline/ClientApp/tsconfig.json | 3 |
1 files changed, 2 insertions, 1 deletions
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 } } |