mirror of
https://github.com/sweetwisdom/everything-claude-code-zh.git
synced 2026-03-22 06:20:10 +00:00
chore: sync with upstream e7cb442 + update zh translations
This commit is contained in:
10
.claude/skills/oneskill/tsup.config.ts
Normal file
10
.claude/skills/oneskill/tsup.config.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { defineConfig } from 'tsup';
|
||||
|
||||
export default defineConfig({
|
||||
entry: ['src/cli.ts'],
|
||||
format: ['esm'],
|
||||
dts: false,
|
||||
sourcemap: true,
|
||||
clean: true,
|
||||
target: 'node20'
|
||||
});
|
||||
Reference in New Issue
Block a user