jaredpalmer / tsdx

Zero-config CLI for TypeScript package development
https://tsdx.io
MIT License
11.2k stars 505 forks source link

not able to run storybook after typescript 5 #1173

Open bharat5604 opened 1 year ago

bharat5604 commented 1 year ago

Current Behavior

Expected behavior

Suggested solution(s)

Additional context

Your environment

walifile commented 1 year ago

It might be a problem with either the TypeScript configuration or a lack of updates to accommodate the latest version.

I just wanted to share a template that I've created, which works perfectly with TypeScript and Tailwind CSS. It's a great starting point for any pakcage and allows you to easily add any additional dependencies you may need.

You can find the template here: [https://github.com/walifile/tsdx-tailwind-typescript-component-library]