fix: tsup config
This commit is contained in:
parent
38ad751644
commit
24a563a1a5
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import { defineConfig } from 'tsup'
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
clean: true,
|
clean: true,
|
||||||
format: ['cjs'],
|
format: ['cjs'],
|
||||||
entry: ['src/index.ts'],
|
entry: ['src/index.ts', 'src/Commands/*.ts'],
|
||||||
minify: true,
|
minify: true,
|
||||||
splitting: true,
|
splitting: true,
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue