1 Star 0 Fork 0

林岑影 / vite-uniapp-vue3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 964 Bytes
一键复制 编辑 原始数据 按行查看 历史
林岑影 提交于 2024-03-27 17:23 . feat: auto-imports
{
"compilerOptions": {
"target": "es2016",
"jsx": "preserve",
"lib": ["DOM", "ESNext"],
"baseUrl": ".",
"module": "ESNext",
"moduleResolution": "bundler",
"paths": {
"~/*": ["src/*"],
"@/*": ["src/*"]
},
"resolveJsonModule": true,
"types": [
"node"
],
"allowJs": true,
"strict": true,
"strictNullChecks": true,
"noUnusedLocals": true,
"outDir": "dist",
"sourceMap": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true
},
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"],
"exclude": ["dist", "node_modules"],
// uni-app Component type prompt
"vueCompilerOptions": {
"nativeTags": ["div", "block", "component", "template", "slot"],
"target": 3, // or 2.7 for Vue 2
"plugins": [
"@vue-macros/volar/define-props-refs",
"@vue-macros/volar/define-props"
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/lincenying/vite-uniapp-vue3.git
git@gitee.com:lincenying/vite-uniapp-vue3.git
lincenying
vite-uniapp-vue3
vite-uniapp-vue3
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891