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
+1 -1
View File
@@ -14,5 +14,5 @@
"./package.json"
],
"exclude": ["node_modules", "dist"],
"references": [{ "path": "../core" }]
"references": [{ "path": "../core" }, { "path": "../test-utils" }]
}