Releases: wjohnsto/tsconfig-glob
Releases · wjohnsto/tsconfig-glob
v0.4.0
Async, better file order, removing replace
Breaking Changes:
- Entry-method is now async, so you MUST specify a callback. Otherwise this will lead to a corrupt tsconfig file. See #6
- The
--replace
option was changed to--no-replace
(replace was default behavior), and this functionality is now gone. The reason for this explained in #5
Other changes:
- File ordering is now done in glob-order, see #3
v0.1.3
v0.1.2
First release
This is a lightweight CLI that implements functionality for filesGlob
in a tsconfig.json, similar to that of the atom-typescript plugin for Atom.