Skip to content

Commit

Permalink
Merge pull request #169 from cartant/issue-168
Browse files Browse the repository at this point in the history
Documented the project option
  • Loading branch information
basarat authored Aug 1, 2016
2 parents e95ddec + 1f3caf2 commit 866aae5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ For use on the command line, use the flag `npm install -g`.
* `--typescript` - This allows you to pass in a different TypeScript compiler, such as [NTypeScript](https://github.com/TypeStrong/ntypescript). Note that when using the API, you can pass either the name of the alternative compiler or a reference to it:
* `{ typescript: 'ntypescript' }`
* `{ typescript: require('typescript') }`, useful for when you want to use a different version of the official TypeScript compiler than the one packaged with tsify.
* `--project` - This allows you to specify the path that will be used when searching for the `tsconfig.json` file. You can pass either the path to a directory or to the `tsconfig.json` file itself.

# Does this work with...

Expand Down

0 comments on commit 866aae5

Please sign in to comment.