import { baseConfig } from '../../../rollup.utils.mjs';
export default baseConfig({
input: './src/index.ts',
rootDir: './dist',
});