Skip to content

Commit

Permalink
docs: update changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed Aug 30, 2021
1 parent ff81524 commit e3587b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ $ pnpm install @weiran.zsd/tsdx -D # for pnpm users

The main changes are:

* drop node.js <12
* drop node.js < 12
* upgrade eslint v7
* upgrade typescript v4
* upgrade jest v27
* upgrade rollup v2
* upgrade prettier v2

Despite all the recent hype, setting up a new TypeScript (x React) library can be tough. Between [Rollup](https://github.com/rollup/rollup), [Jest](https://github.com/facebook/jest), `tsconfig`, [Yarn resolutions](https://yarnpkg.com/en/docs/selective-version-resolutions), ESLint, and getting VSCode to play nicely....there is just a whole lot of stuff to do (and things to screw up). TSDX is a zero-config CLI that helps you develop, test, and publish modern TypeScript packages with ease--so you can focus on your awesome new library and not waste another afternoon on the configuration.

Expand Down

0 comments on commit e3587b7

Please sign in to comment.