Skip to content

v0.2.0

Compare
Choose a tag to compare
@smikula smikula released this 27 Oct 16:56
· 81 commits to master since this release
e33dd3f
  • 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)