recharts 2.4.1
Accidentally added storybook types as a subfolder to types so the package.json is no longer referencing the correct types key.
- Add a tsconfig specifically for storybook with
noEmit: true - Don't include
storybook/*in tsc emit
What's Changed
- hotfix: remove storybook types build and add its own tsconfig by @ckifer in https://github.com/recharts/recharts/pull/3354
Full Changelog: https://github.com/recharts/recharts/compare/v2.4.0...v2.4.1