1 Star 1 Fork 27

我的名字叫cc / MKFramework

forked from muzzik / MKFramework 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 605 Bytes
一键复制 编辑 原始数据 按行查看 历史
muzzik 提交于 2023-04-07 00:56 . ...
{
/* Base configuration. Do not edit this field. */
"extends": "./temp/tsconfig.cocos.json",
"types": ["./declare/"],
"exclude": ["./tool"],
/* Add your custom configuration here. */
"compilerOptions": {
"target": "es6",
"lib": ["es2015", "es2017", "ES2020", "ES2022", "dom"],
"module": "commonjs",
"sourceMap": true,
"noEmit": true,
"strict": true,
"noImplicitAny": false,
"downlevelIteration": true,
"esModuleInterop": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"isolatedModules": true,
"paths": {
"mk": ["./declare/mk.d.ts"]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/my_name_is_cc/MKFramework.git
git@gitee.com:my_name_is_cc/MKFramework.git
my_name_is_cc
MKFramework
MKFramework
main

搜索帮助

344bd9b3 5694891 D2dac590 5694891