2 Star 13 Fork 15

zhongYeHai/test-platform-front

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 551 Bytes
一键复制 编辑 原始数据 按行查看 历史
向前走 提交于 2024-02-23 14:47 . 用vue3重构前端 + 累计更新
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"moduleResolution": "node",
"strict": true,
"jsx": "preserve",
"sourceMap": true,
"resolveJsonModule": true, // 允许直接导入json文件
"esModuleInterop": true,
"lib": ["esnext", "dom"],
"types": ["vite/client","node", "element-plus/global"],
"typeRoots": [ "../node_modules/@types" ],
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
}
},
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/Xiang-Qian-Zou/test-platform-front.git
git@gitee.com:Xiang-Qian-Zou/test-platform-front.git
Xiang-Qian-Zou
test-platform-front
test-platform-front
master

搜索帮助