1 Star 0 Fork 7

danielxvcg / 微信小程序 云开发 毕业设计 单词天天斗 单词 本科毕设 typescript 原生微信小程序

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 748 Bytes
一键复制 编辑 原始数据 按行查看 历史
arley 提交于 2021-12-04 21:24 . feat: 首页 UI 设计稿还原
{
"compilerOptions": {
"strictNullChecks": true,
"noImplicitAny": true,
"module": "CommonJS",
"target": "ES2020",
"allowJs": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"experimentalDecorators": true,
"noImplicitThis": true,
"noImplicitReturns": true,
"alwaysStrict": true,
"noFallthroughCasesInSwitch": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"strict": true,
"strictPropertyInitialization": true,
"lib": ["ES2020"],
"typeRoots": [
"./typings"
],
"baseUrl": "./",
"paths": {
"wxministore": ["typings/types/wxministore"]
}
},
"include": [
"./**/*.ts"
],
"exclude": [
"node_modules"
]
}
TypeScript
1
https://gitee.com/danielxvcg/wechat-app-words-pk.git
git@gitee.com:danielxvcg/wechat-app-words-pk.git
danielxvcg
wechat-app-words-pk
微信小程序 云开发 毕业设计 单词天天斗 单词 本科毕设 typescript 原生微信小程序
main

搜索帮助

53164aa7 5694891 3bd8fe86 5694891