fix: 修复类型检查错误

This commit is contained in:
yhh
2025-12-03 18:37:02 +08:00
parent cf00e062f7
commit d1ba10564a
5 changed files with 11 additions and 4 deletions

View File

@@ -11,7 +11,7 @@
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"],
"references": [
{ "path": "../ecs-framework" },
{ "path": "../core" },
{ "path": "../engine-core" },
{ "path": "../material-system" },
{ "path": "../editor-core" }