AI
AIGIT · AI 工具站
aigit.cc
首页
精品推荐
AI成品工具
提示词
返回 JoyAI-Echo
tsconfig.build.json
根目录
/
echo_longvideo
/
Director_Agent
/
webui
/
tsconfig.build.json
1
{
2
"extends": "./tsconfig.json",
3
"compilerOptions": {
4
"types": ["node", "vite/client"],
5
"noUnusedLocals": false,
6
"noUnusedParameters": false
7
}
8
}
9
9 lines
JSON