1 Star 0 Fork 0

Lavine/cxadmin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 684 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"compilerOptions": {
"target": "ES2020",
"module": "ES2020",
"moduleResolution": "node",
"strict": true,
"jsx": "preserve",
"jsxFactory": "h",
"jsxFragmentFactory": "Fragment",
"sourceMap": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
},
"lib": ["es2020", "dom"],
"skipLibCheck": true,
"allowJs": true
},
"extends": "@vue/tsconfig/tsconfig.web.json",
"include": ["src/**/*", "src/**/*.vue", "src/types/*.d.ts", "public", "vite.config.ts"],
"esModuleInterop": true,
"references": [
{
"path": "./tsconfig.vite-config.json"
}
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Lavines/cxadmin.git
git@gitee.com:Lavines/cxadmin.git
Lavines
cxadmin
cxadmin
master

搜索帮助