mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 18:16:31 +00:00
11 lines
177 B
TypeScript
11 lines
177 B
TypeScript
|
export default {
|
||
|
entry: 'src/api',
|
||
|
target: 'node',
|
||
|
cjs: { type: 'babel', lazy: true },
|
||
|
include: 'api/*',
|
||
|
disableTypeCheck: true,
|
||
|
// pkgs: [
|
||
|
// 'api',
|
||
|
// ],
|
||
|
};
|