16 Star 281 Fork 146

daidai/IofTV-Screen-Vue3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 818 Bytes
一键复制 编辑 原始数据 按行查看 历史
daidai 提交于 2024-08-20 15:25 . refactor: 更新commit,从头做起
{
"compilerOptions": {
"target": "esnext",
"useDefineForClassFields": true,
"module": "esnext",
"moduleResolution": "node",
"strict": true,
"jsx": "preserve",
"sourceMap": true,
"resolveJsonModule": true,
"isolatedModules": true,
"esModuleInterop": true,
"lib": [
"esnext",
"dom"
],
"baseUrl": "./",
"types": [
"node",
"vite/client",
"element-plus/global"
],
"paths": {
"@/*": [
"src/*"
],
"api/*": [
"src/api/*"
],
}
},
"include": [
"src/**/*.ts",
"src/**/*.d.ts",
"src/**/*.tsx",
"src/**/*.vue",
"types/env.d.ts",
"types/*.d.ts"
],
"exclude": ["node_modules","public"],
"references": [
{
"path": "./tsconfig.config.json"
}
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/daidaibg/IofTV-Screen-Vue3.git
git@gitee.com:daidaibg/IofTV-Screen-Vue3.git
daidaibg
IofTV-Screen-Vue3
IofTV-Screen-Vue3
master

搜索帮助