https://github.com/cshaa/ts-patcher
TypeScript patcher
https://github.com/cshaa/ts-patcher
Last synced: 4 months ago
JSON representation
TypeScript patcher
- Host: GitHub
- URL: https://github.com/cshaa/ts-patcher
- Owner: cshaa
- Created: 2024-08-19T23:32:07.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-19T23:32:27.000Z (11 months ago)
- Last Synced: 2025-03-10T12:55:45.958Z (4 months ago)
- Language: TypeScript
- Size: 155 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tsc-patcher
Patch TypeScript to allow for higher type instantiation depth.## Prerequisites
Install [Bun](https://bun.sh/).## Example usage
```sh
./tspatcher.ts fetch
./tspatcher.ts patch --package-name=@my-foo-scope/typescript --type-depth=1000 --package-make-public
./tspatcher.ts build
./tspatcher.ts publish --otp=123456
```