mirror of
https://github.com/robonen/tools.git
synced 2026-03-20 02:44:45 +00:00
chore: update package versions and integrate shared tsdown configuration
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
import { defineConfig } from 'tsdown';
|
||||
import { sharedConfig } from '@robonen/tsdown';
|
||||
|
||||
export default defineConfig({
|
||||
...sharedConfig,
|
||||
entry: ['src/index.ts'],
|
||||
format: ['esm', 'cjs'],
|
||||
dts: true,
|
||||
clean: true,
|
||||
hash: false,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user