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

https://github.com/samchon/ts-patch-bug-report-93

npx `ts-node -C ts-patch` does not work
https://github.com/samchon/ts-patch-bug-report-93

Last synced: 10 months ago
JSON representation

npx `ts-node -C ts-patch` does not work

Awesome Lists containing this project

README

          

Bug report for [nonara/ts-patch#93](https://github.com/nonara/ts-patch/issues/93).

No problem when running `tspc` command, but running through `ts-node` with `-C ts-patch` is not possible.

Of course, if I run `ts-patch install` command and just run `ts-node` without the `-C ts-patch` option, it works fine.