mirror of
https://github.com/robonen/tools.git
synced 2026-03-20 02:44:45 +00:00
8 lines
168 B
TypeScript
8 lines
168 B
TypeScript
import { defineConfig } from 'tsdown';
|
|
import { sharedConfig } from '@robonen/tsdown';
|
|
|
|
export default defineConfig({
|
|
...sharedConfig,
|
|
entry: ['src/index.ts'],
|
|
});
|