Skip to content

Commit

Permalink
Update tsconfig to include strict as a compiler option (google#183)
Browse files Browse the repository at this point in the history
Signed-off-by: campionfellin <[email protected]>
  • Loading branch information
campionfellin authored and grant committed May 25, 2018
1 parent 5d8ac54 commit 1bee3bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"es5",
"es6",
"es2017"
]
],
"strict": true,
},
"moduleResolution": "node",
"files": [
Expand Down

0 comments on commit 1bee3bd

Please sign in to comment.