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