2 Star 0 Fork 0

中科锐新(北京)科技有限公司/导览客户端前端

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
tsconfig.json 866 Bytes
一键复制 编辑 原始数据 按行查看 历史
dongjiqiang 提交于 2024-12-20 18:26 +08:00 . 初始化
{
"extends": "@vue/tsconfig/tsconfig.json",
"compilerOptions": {
"sourceMap": true,
"baseUrl": ".",
"moduleResolution": "node",
"allowJs": true,
"typeRoots": [
"node_modules/@types",
],
"paths": {
"@/*": [
"./src/*"
],
"~/*": [
"./src/*"
],
},
"lib": [
"esnext",
"dom"
],
"types": [
"@dcloudio/types",
"miniprogram-api-typings", // 原生微信小程序类型
"nutui-uniapp/global.d.ts"
]
},
//加入配置,将标签视为原始组件
"vueCompilerOptions": {
"nativeTags": ["block", "component", "template", "slot"]
},
"include": [
"src/auto-imports.d.ts",
"src/**/*.ts",
"src/**/*.d.ts",
"src/**/*.tsx",
"src/**/*.vue",
"src/components/**/*.vue",
"src/utils/test.ts",
"global.d.ts"
],
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wenlt2005/navigation-client-front-end.git
git@gitee.com:wenlt2005/navigation-client-front-end.git
wenlt2005
navigation-client-front-end
导览客户端前端
master

搜索帮助