Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cshaa/ts-patcher

TypeScript patcher
https://github.com/cshaa/ts-patcher

Last synced: 9 days ago
JSON representation

TypeScript patcher

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
```