pkg-install
pkg-install copied to clipboard
Added pnpm support
What's done here:
- Added support for pnpm (re #5)
- In order to fix issues that occurred on
tscrun, I had to upgrade TypeScript to the latest version and setcompillerOptions.useUnknownInCatchVariables=false.
Please feel free to make any adjustments.
@dkundel Please check it out when you have time