添加Cocos Creator ECS编辑器插件:完整的框架管理和模板生成功能

This commit is contained in:
YHH
2025-06-16 18:32:44 +08:00
parent d9ef0b587e
commit 103f773286
34 changed files with 3007 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{
/* Base configuration. Do not edit this field. */
"extends": "./temp/tsconfig.cocos.json",
/* Add your custom configuration here. */
"compilerOptions": {
"strict": false
}
}