aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/tsconfig.json
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-03-11 21:01:28 +0800
committercrupest <crupest@outlook.com>2019-03-11 21:01:28 +0800
commit6e8434fa885bdb7ef9fd0f09a8cd29c0e17cef5b (patch)
treeee57954f1bbe2c1b944d648b2887fc63a865a289 /Timeline/ClientApp/tsconfig.json
parent6f02dc7094d1304501e7ffd6c39ecf89369202c7 (diff)
downloadtimeline-6e8434fa885bdb7ef9fd0f09a8cd29c0e17cef5b.tar.gz
timeline-6e8434fa885bdb7ef9fd0f09a8cd29c0e17cef5b.tar.bz2
timeline-6e8434fa885bdb7ef9fd0f09a8cd29c0e17cef5b.zip
Use strict check of typescript compiler.
Diffstat (limited to 'Timeline/ClientApp/tsconfig.json')
-rw-r--r--Timeline/ClientApp/tsconfig.json3
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
}
}