This commit is contained in:
2025-11-25 23:19:56 +08:00
parent a05ea0f7eb
commit d14d807aec
10 changed files with 1669 additions and 190 deletions

View File

@@ -5,10 +5,14 @@
"paths": {
"@/*": [
"./src/*"
],
"@/agent": [
"./src/agent"
]
},
},
"include": [
"src/**/*",
"agent/**/*"
],
}