@rnm/tscx
Version:
A tsc wrapper with many convenient features.
84 lines (42 loc) • 1.03 kB
Markdown
@rnm/tscx
# 0.2.0
## Minor Changes
- 2c7a5da: feat: allow all options that are allowed in `tsc`
## Patch Changes
- 2eb0e2c: fix: dont't copy files in `.git` folder
# 0.1.5
## Patch Changes
- 5b962c7: feat: support built-in `--noCheck` options
# 0.1.4
## Patch Changes
- f38dcb7: chore: upgrade deps
# 0.1.3
## Patch Changes
- a8e23c0: fix: the value of --project option can be a dir
# 0.1.2
## Patch Changes
- bd20506: feat: support `--script` option
# 0.1.1
## Patch Changes
- aab20fb: fix: fix possible EventEmitter memory leak
# 0.1.0
## Minor Changes
- 0a2f8df: fix: fix copyfiles error
# 0.0.6
## Patch Changes
- 9e11956: chore: bump version
# 0.0.5
## Patch Changes
- b6ea97e: fix: improve stability when update tsconfig
# 0.0.4
## Patch Changes
- 5aa7742: fix: npm compatibility
# 0.0.3
## Patch Changes
- 406a552: fix: fix bin importation
# 0.0.2
## Patch Changes
- 1eb9fb3: fix: fix bin module, use cjs
# 0.0.1
## Patch Changes
- ca8c9b0: feat: init