1 Star 6 Fork 1

残忍的小loli / uniapp+Vue3 + typescript + vite + pinia+ mock框架

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 1.00 KB
一键复制 编辑 原始数据 按行查看 历史
lixu1995 提交于 2023-07-17 18:08 . feat: init
{
"compilerOptions": {
"target": "esnext",
"outDir": "dist",
"useDefineForClassFields": true,
"module": "esnext",
"moduleResolution": "node",
"strict": true,
"jsx": "preserve",
"sourceMap": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true, // 允许从没有默认导出的模块中默认导入
"baseUrl": ".",
"lib": ["esnext", "dom"],
"types": ["@dcloudio/types", "node"],
"allowJs": true,
"paths": {
"@/*": ["src/*"],
"components/*": ["src/components/*"],
"assets/*": ["src/assets/*"],
"pages/*": ["src/pages/*"],
"store/*": ["src/store/*"],
"utils/*": ["src/utils/*"],
"uni_modules/*": ["src/uni_modules/*"]
}
},
"include": [
"src/**/*.ts",
"src/**/*.d.ts",
"src/**/*.tsx",
"src/**/*.js",
"src/**/*.vue",
"mock/**/*.ts"
],
"exclude": [
"node_modules",
"dust",
"automation"
]
}
JavaScript
1
https://gitee.com/tofireloli/cruelLoli-vue3.git
git@gitee.com:tofireloli/cruelLoli-vue3.git
tofireloli
cruelLoli-vue3
uniapp+Vue3 + typescript + vite + pinia+ mock框架
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891