chore(node-utils): migrate build to tsdown

This commit is contained in:
xingyu4j
2026-03-15 19:40:09 +08:00
parent c1b1fe90fd
commit a1ca296fc0
7 changed files with 69 additions and 17 deletions

View File

@@ -0,0 +1,8 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "./tsconfig.json",
"compilerOptions": {
"noEmit": false
},
"exclude": ["node_modules", "src/__tests__"]
}