This repository has been archived by the owner on Aug 22, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: disable registering of ts-node (#69)
There are some use cases when you would not want oclif to load using ts-node for you, like if you are already running ts-node to run tests or if you want to run off the compiled code. This gives the user the option to disable it if they need to.
- Loading branch information