6 Star 31 Fork 7

腾讯云开发CloudBase/cloudbase-agent-ui

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.app.json 665 Bytes
一键复制 编辑 原始数据 按行查看 历史
黄静远 提交于 2025-05-16 21:57 +08:00 . feat: support web agent ui example
{
"compilerOptions": {
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
"target": "ES2020",
"useDefineForClassFields": true,
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"module": "ESNext",
"skipLibCheck": true,
/* Bundler mode */
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"isolatedModules": true,
"moduleDetection": "force",
"noEmit": true,
"jsx": "react-jsx",
/* Linting */
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
"noUncheckedSideEffectImports": true
},
"include": ["src"]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/TencentCloudBase/cloudbase-agent-ui.git
git@gitee.com:TencentCloudBase/cloudbase-agent-ui.git
TencentCloudBase
cloudbase-agent-ui
cloudbase-agent-ui
main

搜索帮助