mirror of
https://gitee.com/Charles7c/github-contributor-svg-generator.git
synced 2025-09-05 06:57:13 +08:00
first commit
This commit is contained in:
11
tsup.config.ts
Normal file
11
tsup.config.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { defineConfig } from 'tsup'
|
||||
|
||||
export default defineConfig({
|
||||
entry: ['./src/*'],
|
||||
format: ['esm'],
|
||||
target: 'node16',
|
||||
outDir: "./lib",
|
||||
clean: true,
|
||||
dts: false,
|
||||
splitting: false,
|
||||
})
|
Reference in New Issue
Block a user