1 Star 0 Fork 8

Moving bricks/微信小程序大转盘+九宫格抽奖插件

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 542 Bytes
一键复制 编辑 原始数据 按行查看 历史
404 提交于 2020-12-01 11:53 . feature: 增加微信小程序版本抽奖
{
"compilerOptions": {
"module": "esnext",
"target": "es2015",
"lib": ["es2015", "es2017", "dom"],
"noImplicitAny": false,
"moduleResolution": "node",
"sourceMap": true,
"baseUrl": ".",
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"emitDecoratorMetadata":true,
"esModuleInterop": true,
"resolveJsonModule": true
},
"files": [
"node_modules/miniprogram-api-typings/index.d.ts"
],
"include": [
"src/**/*.ts"
],
"exclude": [
"node_modules"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/li_sunpcu/mini-luck-draw.git
git@gitee.com:li_sunpcu/mini-luck-draw.git
li_sunpcu
mini-luck-draw
微信小程序大转盘+九宫格抽奖插件
master

搜索帮助