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
Full Changelog: v2.4.0...v2.4.1