8 Star 11 Fork 7

菲鸽/hello-unibest

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 877 Bytes
一键复制 编辑 原始数据 按行查看 历史
菲鸽 提交于 2024-05-12 19:18 . build: tsconfig.json
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "Node",
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
"sourceMap": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
},
"outDir": "dist",
"lib": ["esnext", "dom"],
"types": [
"./vite-env.d.ts",
"@dcloudio/types",
"@types/wechat-miniprogram",
"@uni-helper/uni-ui-types",
"wot-design-uni/global.d.ts",
"@ttou/uv-typings/shim",
"@ttou/uv-typings/v2"
]
},
"vueCompilerOptions": {
"target": 3,
"nativeTags": ["block", "template", "component", "slot"]
},
"exclude": ["node_modules"],
"include": [
"src/**/*.ts",
"src/**/*.d.ts",
"src/**/*.tsx",
"src/**/*.vue",
"src/**/*.json",
"mock/_mockProdServer.ts"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/codercup/hello-unibest.git
git@gitee.com:codercup/hello-unibest.git
codercup
hello-unibest
hello-unibest
main

搜索帮助