aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/tsconfig.json
diff options
context:
space:
mode:
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
}
}