1 Star 0 Fork 27

ylll / MKFramework

forked from muzzik / MKFramework 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 511 Bytes
一键复制 编辑 原始数据 按行查看 历史
muzzik 提交于 2023-12-12 09:57 . 修复剔除文件导致报错
{
"extends": "./temp/tsconfig.cocos.json",
"types": ["./declare/"],
"exclude": ["./tool"],
"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/chinaqi/MKFramework.git
git@gitee.com:chinaqi/MKFramework.git
chinaqi
MKFramework
MKFramework
main

搜索帮助

344bd9b3 5694891 D2dac590 5694891