1 Star 0 Fork 353

xiaoming / vant

forked from vant / vant 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 443 Bytes
一键复制 编辑 原始数据 按行查看 历史
陈嘉涵 提交于 2020-12-13 12:29 . types: fix translate typing
{
"compilerOptions": {
"baseUrl": ".",
"jsx": "preserve",
"target": "esnext",
"module": "esnext",
"strict": true,
"allowJs": true,
"noEmit": true,
"noImplicitThis": true,
"esModuleInterop": true,
"moduleResolution": "node",
"paths": {
"@demo/*": ["docs/site/*"]
}
},
"include": ["types/**/*", "docs/**/*", "src/**/*"],
"exclude": ["**/*.spec.ts", "**/*.spec.js", "node_modules"]
}
JavaScript
1
https://gitee.com/baobeiziqi/vant.git
git@gitee.com:baobeiziqi/vant.git
baobeiziqi
vant
vant
dev

搜索帮助