chore: migrate tsdown config

This commit is contained in:
Kevin Deng
2026-05-02 15:24:04 +09:00
parent e62d58051b
commit 7d87d58072
8 changed files with 325 additions and 100 deletions

View File

@@ -9,9 +9,12 @@ export default defineConfig({
dts: { oxc: true },
target: 'node20.19',
platform: 'neutral',
inlineOnly: [],
deps: {
onlyBundle: [],
},
exports: {
devExports: 'dev',
},
publint: 'ci-only',
attw: 'ci-only',
})