1 Star 0 Fork 0

Buried_dreams/vue3+ts+vite+uniapp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
tsconfig.json 616 Bytes
一键复制 编辑 原始数据 按行查看 历史
Buried_dreams 提交于 2022-10-21 16:48 . 更新 uniapp3.6.7.20221018-alpha
{
"compilerOptions": {
"outDir": "./dist",
"target": "esnext",
"useDefineForClassFields": true,
"module": "esnext",
"moduleResolution": "node",
"jsx": "preserve",
"strict": true,
"sourceMap": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"noFallthroughCasesInSwitch": true,
"allowJs": true,
"lib": [
"dom",
"esnext"
],
"types": [
"@dcloudio/types",
"pinia-plugin-persist-uni"
],
"baseUrl": "./",
"paths": {
"@/*": [
"src/*"
]
},
},
"include": [
"src/**/*.ts",
"src/**/*.d.ts",
"src/**/*.tsx",
"src/**/*.vue",
"src/types/*.ts"
],
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Memii/vue3-ts-vite-uniapp.git
[email protected]:Memii/vue3-ts-vite-uniapp.git
Memii
vue3-ts-vite-uniapp
vue3+ts+vite+uniapp
master

搜索帮助