Skip to content

Commit

Permalink
Update options for ts 2.6 (#362)
Browse files Browse the repository at this point in the history
* Fix microsoft/TypeScript#19566: Remove `--locale`

* Add `--strictFunctionTypes`
  • Loading branch information
mhegazy authored and madskristensen committed Oct 30, 2017
1 parent 20537b7 commit e57645d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/schemas/json/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,6 @@
"description": "Print names of files part of the compilation.",
"type": "boolean"
},
"locale": {
"description": "The locale to use to show error messages, e.g. en-us.",
"type": "string"
},
"mapRoot": {
"description": "Specifies the location where debugger should locate map files instead of generated locations",
"type": "string"
Expand Down Expand Up @@ -391,6 +387,10 @@
"checkJs": {
"description": "Report errors in .js files. Requires TypeScript version 2.3 or later.",
"type": "boolean"
},
"strictFunctionTypes": {
"description": "Disable bivariant parameter checking for function types.. Requires TypeScript version 2.6 or later.",
"type": "boolean"
}
}
}
Expand Down

0 comments on commit e57645d

Please sign in to comment.