Releases: gustavopch/tsc-files
Releases · gustavopch/tsc-files
v1.1.4
1.1.4 (2023-07-04)
Bug Fixes
- cleanup temp file if process is terminated beforehand (b4cdeb5)
- try to support Yarn PnP (834091d)
v1.1.3
1.1.3 (2021-11-19)
Bug Fixes
- set
include
to empty array so only specified files are processed (6996f84), closes #5 and #9
v1.1.2
1.1.2 (2021-01-18)
Bug Fixes
- args not being properly forwarded to tsc (5494ed6)
v1.1.1
1.1.1 (2020-12-15)
Bug Fixes
- change "typescript" peer dependency to >=3 (c8f3674)
v1.1.0
1.1.0 (2020-05-28)
Bug Fixes
- correctly parse tsconfig.json when they have comments (9fda2c4)
- forward args to tsc (744c2aa)
- run with tsc.cmd binary on Windows (bbcbf12)
- stop forcing "--noEmit" (6c23903)
Features
- allow specifying custom "-p" or "--project" (f8be164)
v1.0.0
1.0.0 (2020-03-26)
Bug Fixes
Features
v1.0.0-alpha.1
1.0.0-alpha.1 (2020-03-18)
Features