From 1f3caf2f816432b927c64a9653cafc8d3fca3493 Mon Sep 17 00:00:00 2001 From: Nicholas Jamieson Date: Mon, 1 Aug 2016 09:49:49 +1000 Subject: [PATCH] Documented the project option --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 39e7223..75a0960 100644 --- a/README.md +++ b/README.md @@ -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...