1 Star 1 Fork 1

Yahane/uni-vue3-ts

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 623 Bytes
一键复制 编辑 原始数据 按行查看 历史
Yahane 提交于 2026-04-21 11:28 +08:00 . 1
{
"extends": "./vueTsconfig.json",
"$schema": "http://json-schema.org/draft-04/schema#",
"compilerOptions": {
"sourceMap": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"],
"@u/*": ["./src/utils/*"]
},
"lib": ["esnext", "dom"],
"types": ["@dcloudio/types", "miniprogram-api-typings", "node", "wot-design-uni/global", "@uni-helper/vite-plugin-uni-pages"],
// "verbatimModuleSyntax": true, // 因为在tslint中提供了解决方式,因此采用tslint的方式
"ignoreDeprecations": "5.0"
},
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue", "src/components.d.ts"]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yahane/uni-vue3.git
git@gitee.com:yahane/uni-vue3.git
yahane
uni-vue3
uni-vue3-ts
master

搜索帮助