1 Star 0 Fork 0

张志阳/vue3-vant-mobile

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 1.01 KB
一键复制 编辑 原始数据 按行查看 历史
王超 提交于 2024-08-26 16:20 +08:00 . feat: Add settings page (#121)
{
"compilerOptions": {
"target": "esnext",
"jsx": "preserve",
"lib": ["esnext", "dom", "dom.iterable", "scripthost"],
"experimentalDecorators": true,
"baseUrl": ".",
"module": "esnext",
"moduleResolution": "Bundler",
"paths": {
"@/*": ["src/*"],
"~root/*": ["./*"]
},
"types": [
"node",
"unplugin-vue-router/client",
"vite-plugin-pwa/client",
"@intlify/unplugin-vue-i18n/messages"
],
"allowJs": true,
"strictNullChecks": false,
"noImplicitAny": false,
"noUnusedLocals": true,
"noUnusedParameters": true,
"importHelpers": true,
"sourceMap": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"verbatimModuleSyntax": true,
"skipLibCheck": true
},
"include": [
"src/App.vue",
"src/**/*.ts",
"src/**/*.tsx",
"src/**/*.vue",
"tests/**/*.ts",
"tests/**/*.tsx",
"src/components.d.ts",
"src/auto-imports.d.ts",
"src/typed-router.d.ts",
"tests/*.ts"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhang-zhiyang/vue3-vant-mobile.git
git@gitee.com:zhang-zhiyang/vue3-vant-mobile.git
zhang-zhiyang
vue3-vant-mobile
vue3-vant-mobile
main

搜索帮助