Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support typed config files #217

Open
danieldelcore opened this issue Feb 7, 2024 · 0 comments
Open

Support typed config files #217

danieldelcore opened this issue Feb 7, 2024 · 0 comments
Labels
📈 enhancement New feature or request

Comments

@danieldelcore
Copy link
Contributor

danieldelcore commented Feb 7, 2024

/** @type {import('@hypermod/types').Config} */
module.exports = {
  maintainers: ['danieldelcore'],
  targets: ['@atlaskit/avatar'],
  transforms: {
    '18.0.0': require('./18.0.0/transform'),
    '19.0.0': require('./19.0.0/transform'),
  },
};

https://tailwindcss.com/docs/configuration

@danieldelcore danieldelcore added the 📈 enhancement New feature or request label Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📈 enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant