hypermod-io / hypermod-community

Community-owned global registry and documentation hub for codemods. Write & run codemods, share them with your friends!
https://hypermod.io
MIT License
132 stars 18 forks source link

Support typed config files #217

Open danieldelcore opened 8 months ago

danieldelcore commented 8 months ago
/** @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