nuxt-modules / design-tokens

Design tokens module for Nuxt
https://design-tokens.nuxtjs.org
MIT License
50 stars 3 forks source link

fix: rename types.d.ts to types.ts #21

Open danielroe opened 2 years ago

danielroe commented 2 years ago

🔗 Linked issue

❓ Type of change

📚 Description

These are just a few quick refactors to rename the types.d.ts to types.ts file. (It doesn't seem to be written as a declaration file, and it's being imported from directly as well.) Drop me a DM if it would be helpful; I'm sure there are areas I've not properly tested but everything still seems to be working.

📝 Checklist