1 Star 0 Fork 0

不怕死Da佩奇/byd_project_uni

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 910 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"compilerOptions": {
"moduleResolution": "node",
"strict": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"ignoreDeprecations": "5.0",
"allowJs": true,
"esModuleInterop": true,
"baseUrl": ".",
"lib": ["ES6"],
"types": ["miniprogram-api-typings"],
"paths": {
"@/*": ["src/*"]
},
},
"types": ["@dcloudio/types", "miniprogram-api-typings", "@uni-helper/uni-app-types", "@uni-helper/uni-ui-types"],
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"]
}
// {
// "extends": "@vue/tsconfig/tsconfig.json",
// "compilerOptions": {
// "sourceMap": true,
// "baseUrl": ".",
// "paths": {
// "@/*": ["src/*"]
// },
// "lib": ["esnext", "dom"],
// "types": ["@dcloudio/types"]
// },
// "include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"]
// }
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dont-be-afraid-to-die-da-page/byd_project_uni.git
[email protected]:dont-be-afraid-to-die-da-page/byd_project_uni.git
dont-be-afraid-to-die-da-page
byd_project_uni
byd_project_uni
master

搜索帮助