v0.2.0
- Removes a few unnecessary dependencies. (#5)
- Changes the validation logic to determine what files to validate based on the tsconfig file rather than globbing all ts files. (#6)
- Adds an option to specify the project's tsconfig file. (#7)
- Adds the
typings
entry to package.json. (#8) - Adds an option to pass in an
onError
handler instead of just logging errors to the console. (#9)