1 Star 14 Fork 0

vant-openharmony/vant

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 468 Bytes
一键复制 编辑 原始数据 按行查看 历史
我是小胜呀 提交于 2021-08-27 14:03 +08:00 . :sparkles:添加全局组件van-preview并应用
{
"compilerOptions": {
"module": "es6",
"moduleResolution": "Node",
"esModuleInterop": true,
"target": "es6",
"declaration": true,
"noImplicitAny": false,
"outDir": "dist",
"baseUrl": ".",
"strict": true,
"lib": [
"ESNext"
],
"paths": {
"@demo/*": [
"docs/site/*"
],
"@@/*": [
"./packages/*"
]
},
"skipLibCheck": true
},
"include": [
"packages/**/*"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/vant-openharmony/vant.git
git@gitee.com:vant-openharmony/vant.git
vant-openharmony
vant
vant
master

搜索帮助