mirror of
http://git.xinwangdao.com/cnnc-embedded-parts-detect/detect-embeded.git
synced 2025-06-25 05:54:15 +08:00
11 lines
183 B
TypeScript
11 lines
183 B
TypeScript
![]() |
import { defineBuildConfig } from 'unbuild';
|
||
|
|
||
|
export default defineBuildConfig({
|
||
|
clean: true,
|
||
|
entries: ['src/index'],
|
||
|
declaration: true,
|
||
|
rollup: {
|
||
|
emitCJS: true,
|
||
|
},
|
||
|
});
|