hypermod-community icon indicating copy to clipboard operation
hypermod-community copied to clipboard

Support typed config files

Open danieldelcore opened this issue 1 year ago • 0 comments

/** @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 avatar Feb 07 '24 03:02 danieldelcore