1 Star 0 Fork 0

北觅 / TDesignH5

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 481 Bytes
一键复制 编辑 原始数据 按行查看 历史
北觅 提交于 2023-12-20 10:27 . feat(all): 初始化
{
"extends": "@vue/tsconfig/tsconfig.web.json",
"include": [
"env.d.ts",
"src/**/*.ts",
"src/**/*.tsx",
"src/**/*.vue",
"types/*.d.ts",
"vite.config.ts",
"build/**/*.ts",
],
"exclude": [
"node_modules",
"dist",
"**/*.js"
],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
},
"ignoreDeprecations": "5.0"
},
"references": [
{
"path": "./tsconfig.config.json"
}
]
}
1
https://gitee.com/chungang666/tdesign-h5.git
git@gitee.com:chungang666/tdesign-h5.git
chungang666
tdesign-h5
TDesignH5
master

搜索帮助