1 Star 0 Fork 83

shenguxi / IofTV-Screen-Vue3

forked from daidai / IofTV-Screen-Vue3 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 818 Bytes
一键复制 编辑 原始数据 按行查看 历史
daidai 提交于 2023-05-08 17:53 . perf: 升级依赖后一些文件修改
{
"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"
}
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/shenguxi/IofTV-Screen-Vue3.git
git@gitee.com:shenguxi/IofTV-Screen-Vue3.git
shenguxi
IofTV-Screen-Vue3
IofTV-Screen-Vue3
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891