am-editor11212/.fatherrc.ts

6 lines
75 B
TypeScript
Raw Normal View History

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