Releases: Gozala/typescript-error-reporter-action
Releases · Gozala/typescript-error-reporter-action
Update node to support new TS version
- Upgrade node runtime to support typescript@5.x
- Remove fallback typescript loader to avoid behavioral differences
v1.0.8
v1.0.7
v1.0.6: Merge pull request #3 from Gozala/project-refs
rewrite the reporter
v1.0.5
Allow passing project param withou tsconfig.json
Merge pull request #1 from Gozala/test Ability to provide project path
Monorepo support
feat: add project param and load TSC from project - project param can be used to specify location of the tsc project - will use locally installed typescript module and then fallback to CDN