42 Star 422 Fork 191

陈皮皮 / Eazax-Kit Cocos 示例项目

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 386 Bytes
一键复制 编辑 原始数据 按行查看 历史
陈皮皮 提交于 2020-08-11 23:56 . 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/ichenpipi/cocos-eazax-cases.git
git@gitee.com:ichenpipi/cocos-eazax-cases.git
ichenpipi
cocos-eazax-cases
Eazax-Kit Cocos 示例项目
master

搜索帮助