加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 790 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"extends": "./temp/tsconfig.cocos.json",
"types": ["./extensions/mk-framework/@types/mk-framework/"],
"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": ["./extensions/MKFramework/@types/mk-framework/mk.d.ts"],
"global_config": [
"./extensions/MKFramework/assets/mk-framework/@config/global_config.ts"
],
"global_event": [
"./extensions/MKFramework/assets/mk-framework/@config/global_event.ts"
]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化