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

Commit

Permalink
Fix #503: Re-enable tsc's noImplicitReturns option
Browse files Browse the repository at this point in the history
  • Loading branch information
tetsuharuohzeki committed Dec 2, 2015
1 parent f3d9065 commit 91a85d6
Showing 1 changed file with 1 addition and 1 deletion.
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 91a85d6

Please sign in to comment.