aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorTyler Schicke <tyler_schicke@brown.edu>2019-01-13 06:16:11 -0500
committerTyler Schicke <tyler_schicke@brown.edu>2019-01-13 06:16:11 -0500
commite1ed82ff684877b56925016282a0e4d5bb4e1b4b (patch)
tree7f251def17dd86da9675bf0506f7db2c5d71148f /tsconfig.json
parentee068ab30c43125efd2b0ab853531df9777f544f (diff)
More controller stuff
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json
index baf953964..265ce4403 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -3,6 +3,7 @@
"target": "es5",
"removeComments": true,
"experimentalDecorators": true,
+ "strict": true,
"jsx": "react",
"sourceMap": true,
"outDir": "dist",