am-editor-001/.fatherrc.ts

6 lines
75 B
TypeScript
Raw Permalink Normal View History

2021-11-03 19:58:08 +08:00
export default {
esm: 'rollup',
cjs: 'rollup',
runtimeHelpers: true,
};