Find TypeScript files for tsconfig
npm install tsfind --save-dev
tsfind
can be used programatically but is meant to be used with primarily
through the command line interface.
--tsconfig {string}
The path to the tsconfig. Defaults to "cwd/tsconfig.json"
--glob {string | string[]}
The glob pattern to use. Will use the "filesGlob" key in tsconfig if not specified.
All additional files passed in will be explicitly used.
Feel free to fork and submit pull requests for the configuration. For a sanity check:
git clone git@github.com:pspeter3/tsfind.git
cd tsfind
npm install
npm run typings
npm test