nextui-org / tailwind-variants

🦄 Tailwindcss first-class variant API
https://tailwind-variants.org
MIT License
2.42k stars 70 forks source link

Fix types #41

Closed mskelton closed 1 year ago

mskelton commented 1 year ago

Description

Quite a bit going on in this PR, but broken down there are two main goals.

  1. Disable skipLibCheck as that also disables checking d.ts files in this repo. This would have caught the circular type reference issue in https://github.com/nextui-org/tailwind-variants/pull/39.
  2. Fix all existing type errors in the d.ts files.

Fixes #33

Additional context


What is the purpose of this pull request?

Before submitting the PR, please make sure you do the following

mskelton commented 1 year ago

@jrgarciadev Have you had a chance to review this PR?

jrgarciadev commented 1 year ago

@jrgarciadev Have you had a chance to review this PR?

Hi @mskelton sorry I haven't had the chance to review it in deep, I hope to review it soon 🙏🏻