chore: scaffold tsup, biome, vitest, deps
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import { defineConfig } from 'tsup'
|
||||
|
||||
export default defineConfig({
|
||||
entry: ['src/index.ts'],
|
||||
format: 'esm',
|
||||
target: 'node20',
|
||||
clean: true,
|
||||
banner: {
|
||||
js: '#!/usr/bin/env node'
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user