mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 17:46:36 +00:00
6 lines
102 B
TypeScript
6 lines
102 B
TypeScript
|
export default {
|
||
|
target: 'node',
|
||
|
cjs: { type: 'babel', lazy: true },
|
||
|
disableTypeCheck: true,
|
||
|
};
|