feat: 补全依赖

This commit is contained in:
claude-code-best
2026-03-31 19:35:33 +08:00
parent f90eee85d8
commit 8fc3ddb63a
4 changed files with 716 additions and 27 deletions

View File

@@ -10,6 +10,7 @@
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"types": ["bun"],
"paths": {
"src/*": ["./src/*"]
}