nocobase/packages/create-nocobase-app/templates/AppGenerator/.fatherrc.ts

11 lines
177 B
TypeScript
Raw Normal View History

2020-10-24 07:34:43 +00:00
export default {
entry: 'src/api',
target: 'node',
cjs: { type: 'babel', lazy: true },
include: 'api/*',
disableTypeCheck: true,
// pkgs: [
// 'api',
// ],
};