typescript-starter
typescript-starter copied to clipboard
pnpm support added & fixed a lot of bugs like build command
- What kind of change does this PR introduce? (Bug fix, feature, docs update, ...) Feature: I added pnpm tool support
Bug: I fix a lot of bugs like wrong types, build problems etc.
-
What is the current behavior? (You can also link to an open issue here) https://github.com/bitjson/typescript-starter/issues/272 (no pnpm support) moreover "npm run build" don't works
-
What is the new behavior (if this is a feature change)? you can use pnpm to create your project
-
Other information: I updated some packages to newer version
@bitjson I fixed all errors, fixed scripts in package.json, added pnpm support and finally fixed all test, but still have no idea why your CI fails.
Could you do code review (optionally fix CI) and merge?