1 Star 0 Fork 1

xhuanlee/ruoyi-arco

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 559 Bytes
一键复制 编辑 原始数据 按行查看 历史
烟火里的尘埃 提交于 2024-07-03 19:35 . 初始化版本
{
"compilerOptions": {
"noImplicitAny": false, // 是否在表达式和申明上有隐含的any类型时报错
"target": "ES2020",
"module": "ES2020",
"moduleResolution": "node",
"strict": true,
"allowJs": true,
"jsx": "preserve",
"sourceMap": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
},
"lib": ["es2020", "dom"],
"skipLibCheck": true
},
"include": ["src/**/*", "src/**/*.vue","src/**/*.tsx"],
"exclude": ["node_modules"]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/xhuanlee/ruoyi-arco.git
git@gitee.com:xhuanlee/ruoyi-arco.git
xhuanlee
ruoyi-arco
ruoyi-arco
master

搜索帮助