1 Star 4 Fork 4

红杉/小程序之社区团购

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 875 Bytes
一键复制 编辑 原始数据 按行查看 历史
红杉 提交于 2020-03-20 17:26 . 收货地址增删改查
{
"baseUrl": ".",
"paths": {
"@vant/weapp/*": [
"./miniprogram/node_modules/@vant/weapp/dist/*"
]
},
"compilerOptions": {
"strictNullChecks": true,
"noImplicitAny": false,
"module": "CommonJS",
"target": "ES2015",
"allowJs": false,
"experimentalDecorators": true,
"noImplicitThis": true,
"noImplicitReturns": true,
"alwaysStrict": true,
"inlineSourceMap": true,
"inlineSources": true,
"noFallthroughCasesInSwitch": true,
"noUnusedLocals": false,
"noUnusedParameters": false,
"strict": true,
"removeComments": true,
"pretty": true,
"strictPropertyInitialization": true,
"lib": ["es2015"],
"typeRoots": [
"./typings"
]
},
"include": [
"./**/*.ts"
],
"exclude": [
"node_modules",
"$node_modules",
"miniprogram_dist",
"**/*.spec.ts"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/chenrh/minishop.git
git@gitee.com:chenrh/minishop.git
chenrh
minishop
小程序之社区团购
master

搜索帮助