1 Star 0 Fork 19

shitou158/vue-next-uniapp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 512 Bytes
一键复制 编辑 原始数据 按行查看 历史
三线程序猿 提交于 2022-06-28 09:07 . feat:init框架
{
"compilerOptions": {
"noImplicitAny": false,
"target": "esnext",
"useDefineForClassFields": true,
"module": "esnext",
"moduleResolution": "node",
"strict": true,
"jsx": "preserve",
"sourceMap": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"baseUrl": ".",
"paths": {
"@/*": [ "src/*" ],
},
"lib": ["esnext", "dom"],
"types": ["@dcloudio/types"]
},
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/shitou158/vue-next-uniapp.git
git@gitee.com:shitou158/vue-next-uniapp.git
shitou158
vue-next-uniapp
vue-next-uniapp
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385