This repository contains the Rollup configurations to build TypeScript projects.
Use npm or yarn to install the package:
yarn add --dev @0xforkitall/rollup-config
Import and use the buildConfigs utility on your rollup.config.js file:
const { buildConfigs } = require('@0xforkitall/rollup-config');
module.exports = [buildConfigs()];
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.