feat: 修复tvai调用问题

This commit is contained in:
imeepos
2025-08-14 13:01:43 +08:00
parent 97bada92d9
commit c36e0d3bac
99 changed files with 11098 additions and 8658 deletions

View File

@@ -14,6 +14,12 @@
"noEmit": true,
"jsx": "react-jsx",
/* Path mapping */
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
},
/* Linting */
"strict": true,
"noUnusedLocals": false,