1 Star 0 Fork 10

/uniapp-vue3-ts-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 912 Bytes
一键复制 编辑 原始数据 按行查看 历史
xingyu 提交于 2022-08-11 14:47 . init
{
"compilerOptions": {
"target": "esnext",
"useDefineForClassFields": true,
"module": "esnext",
"moduleResolution": "node",
"strict": true,
"jsx": "preserve",
"sourceMap": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"lib": ["esnext", "dom"],
"baseUrl": ".",
"allowJs": true,
"forceConsistentCasingInFileNames": true,
"allowSyntheticDefaultImports": true,
"strictFunctionTypes": false,
"noUnusedLocals": true,
"noUnusedParameters": true,
"experimentalDecorators": true,
"noImplicitAny": false,
"skipLibCheck": true,
"paths": {
"@/*": ["src/*"]
},
"types": ["@dcloudio/types", "mini-types", "miniprogram-api-typings"],
"typeRoots": ["./node_modules/@types/", "src/types"]
},
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"],
"exclude": ["dist", "node_modules"]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/nightsdsdsd/uniapp-vue3-ts-template.git
[email protected]:nightsdsdsd/uniapp-vue3-ts-template.git
nightsdsdsd
uniapp-vue3-ts-template
uniapp-vue3-ts-template
master

搜索帮助