1 Star 0 Fork 1

王../template-uni-v3-ts

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 1.00 KB
一键复制 编辑 原始数据 按行查看 历史
王.. 提交于 2025-04-13 15:28 +08:00 . style: format
{
"compilerOptions": {
"target": "esnext",
"useDefineForClassFields": true,
"module": "esnext",
"moduleResolution": "node",
"strict": true,
"jsx": "preserve",
"sourceMap": true,
"resolveJsonModule": true,
"isolatedModules": true,
"esModuleInterop": true,
"allowJs": true,
"allowSyntheticDefaultImports": true,
"noImplicitAny": false,
"lib": ["esnext", "dom"],
"types": [
"@dcloudio/types",
"@uni-helper/uni-app-types",
"@uni-helper/uni-ui-types",
"vite/client",
"node"
],
"baseUrl": ".",
"paths": {
"@/*": ["src/*"],
"@styles/*": ["src/styles/*"]
},
"skipLibCheck": true
},
"vueCompilerOptions": {
"plugins": ["@uni-helper/uni-app-types/volar-plugin"]
},
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue", "uno.config.ts"],
"exclude": [
"node_modules",
"dist",
"**/*.min.js",
"**/__tests__/**",
"**/__mocks__/**",
"**/coverage/**"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wangh-c/template-uni-v3-ts.git
git@gitee.com:wangh-c/template-uni-v3-ts.git
wangh-c
template-uni-v3-ts
template-uni-v3-ts
main

搜索帮助