chore: fix TS5055 by mapping paths to source and adding project references

This commit is contained in:
Sandy Tao
2026-01-15 15:22:06 +08:00
parent fd7b6bf40a
commit c9d6f9b226
6 changed files with 19 additions and 6 deletions
+2 -1
View File
@@ -7,5 +7,6 @@
"types": ["node", "vitest/globals"]
},
"include": ["index.ts", "src/**/*.ts", "src/**/*.json"],
"exclude": ["node_modules", "dist"]
"exclude": ["node_modules", "dist"],
"references": [{ "path": "../core" }]
}