返回 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