1 Star 0 Fork 0

CPLABonus/cherry-studio

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.web.json 399 Bytes
一键复制 编辑 原始数据 按行查看 历史
kangfenmao 提交于 2024-12-02 22:55 +08:00 . refactor: shortcuts feature
{
"extends": "@electron-toolkit/tsconfig/tsconfig.web.json",
"include": [
"src/renderer/src/**/*",
"src/preload/*.d.ts",
"local/src/renderer/**/*",
"packages/shared/**/*"
],
"compilerOptions": {
"composite": true,
"jsx": "react-jsx",
"baseUrl": ".",
"paths": {
"@renderer/*": ["src/renderer/src/*"],
"@shared/*": ["packages/shared/*"]
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/CPLiu/cherry-studio.git
git@gitee.com:CPLiu/cherry-studio.git
CPLiu
cherry-studio
cherry-studio
main

搜索帮助