1 Star 1 Fork 20

宋开心/RuoYi-ArcoDesignVue

forked from Renne/RuoYi-ArcoDesignVue 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 506 Bytes
一键复制 编辑 原始数据 按行查看 历史
liuyu 提交于 2024-03-18 18:16 . 修复打包失败问题
{
"compilerOptions": {
"target": "ES2020",
"module": "ES2020",
"moduleResolution": "node",
"strict": true,
"jsx": "preserve",
"sourceMap": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"allowJs": true,
"baseUrl": ".",
"paths": {
"@/*": [
"src/*"
]
},
"lib": [
"es2020",
"dom"
],
"skipLibCheck": true
},
"include": [
"src/**/*",
"src/**/*.vue"
],
"exclude": [
"node_modules"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/songtonngxue/ruoyi-arco-design-vue.git
git@gitee.com:songtonngxue/ruoyi-arco-design-vue.git
songtonngxue
ruoyi-arco-design-vue
RuoYi-ArcoDesignVue
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385