cristianbote / goober

🥜 goober, a less than 1KB 🎉 css-in-js alternative with a familiar API
https://goober.rocks
MIT License
3.14k stars 119 forks source link

export type in package.json should-forward-prop path #575

Closed cindyvciandt closed 10 months ago

cindyvciandt commented 10 months ago

Defines types in the exports map, so that imports work when leveraging the newer moduleResolution tsconfig values (nodenext, node16, bundler).

vercel[bot] commented 10 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
goober-rocks ❌ Failed (Inspect) Jan 12, 2024 7:26pm
codesandbox-ci[bot] commented 10 months ago

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

cindyvciandt commented 10 months ago

Heya @cindyvciandt! Thank you for your contribution. Looks fine to me. Should we also add the "types" to prefixer and "global"?

Absolutely! I've already added the 'types' to the prefixer and 'global'. Check it out when you get a chance.