1 Star 0 Fork 28

ronghc / CCC - 微信好友排行榜通用模板

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 386 Bytes
一键复制 编辑 原始数据 按行查看 历史
陈皮皮 提交于 2020-04-13 01:59 . update
{
"compilerOptions": {
"module": "commonjs",
"lib": [ "es2015", "es2017", "dom" ],
"target": "es5",
"experimentalDecorators": true,
"skipLibCheck": true,
"outDir": "temp/vscode-dist",
"forceConsistentCasingInFileNames": true
},
"exclude": [
"node_modules",
"library",
"local",
"temp",
"build",
"settings"
]
}
TypeScript
1
https://gitee.com/ronghc/wxsubcontext.git
git@gitee.com:ronghc/wxsubcontext.git
ronghc
wxsubcontext
CCC - 微信好友排行榜通用模板
master

搜索帮助