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 #511 - saneyuki:tsc, r=saneyuki
Browse files Browse the repository at this point in the history
Re-enable tsc's noImplicitReturns option

Fix #503

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/karen-irc/karen/511)
<!-- Reviewable:end -->
  • Loading branch information
dokidokivisual committed Dec 2, 2015
2 parents fcc74e7 + 91a85d6 commit ae71bda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"mocha": "^2.3.4",
"tsd": "^0.6.5",
"tslint": "3.1.0-dev.1",
"typescript": "1.8.0-dev.20151128",
"typescript": "1.8.0-dev.20151201",
"vinyl-source-stream": "^1.1.0"
}
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"module": "es2015",
"moduleResolution": "node",
"noImplicitAny": true,
"noImplicitReturns": false, // FIXME: #503 we'd like to enable this option again.
"noImplicitReturns": true,
"outDir": "./dist/client/__obj/",
"pretty": true,
"preserveConstEnums": true,
Expand Down

0 comments on commit ae71bda

Please sign in to comment.