am-editor-001/.fatherrc.ts

6 lines
75 B
TypeScript

export default {
esm: 'rollup',
cjs: 'rollup',
runtimeHelpers: true,
};