Skip to content
This repository has been archived by the owner on Dec 28, 2018. It is now read-only.

Commit

Permalink
Auto merge of #616 - saneyuki:noImplicitThis, r=saneyuki
Browse files Browse the repository at this point in the history
feat(TypeScript): enable 'noImplicitThis'

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/karen-irc/karen/616)
<!-- Reviewable:end -->
  • Loading branch information
dokidokivisual committed Apr 13, 2016
2 parents 7521a8c + 100aee7 commit 4707eeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"noFallthroughCasesInSwitch": true,
"noImplicitAny": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"noImplicitUseStrict": false,
"outDir": "./obj/",
"pretty": true,
Expand Down

0 comments on commit 4707eeb

Please sign in to comment.