1 Star 0 Fork 0

张攀/vue3-vant4-mobile

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 1.03 KB
一键复制 编辑 原始数据 按行查看 历史
xiangshu233 提交于 2024-02-17 13:52 +08:00 . style: :lipstick:eslint --fix
{
"compilerOptions": {
"target": "ESNext",
"jsx": "preserve",
"lib": ["ESNext", "DOM"],
"useDefineForClassFields": true,
"baseUrl": ".",
"module": "ESNext",
"moduleResolution": "Node",
"paths": {
"@/*": ["src/*"],
"#/*": ["types/*"]
},
"resolveJsonModule": true,
"typeRoots": ["./node_modules/@types/", "./types"],
"types": ["vite/client"],
"strict": true,
"noImplicitAny": false,
"sourceMap": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"isolatedModules": true,
"skipLibCheck": true
},
"include": [
"src/**/*.ts",
"src/**/*.d.ts",
"src/**/*.vue",
"components.d.ts",
"types/**/*.d.ts",
"types/**/*.ts",
"build/**/*.ts",
"build/**/*.d.ts",
"mock/**/*.ts",
"vite.config.ts"
],
"exclude": ["node_modules", "dist", "**/*.js"]
}
// tsconfig.json文件 compilerOptions 常用配置 https://juejin.cn/post/7091530360114118670
// tsconfig 常用配置解析 https://segmentfault.com/a/1190000021421461
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/zhang_pan_pan/vue3-vant4-mobile.git
git@gitee.com:zhang_pan_pan/vue3-vant4-mobile.git
zhang_pan_pan
vue3-vant4-mobile
vue3-vant4-mobile
main

搜索帮助