Files
cocos-hehe/tsconfig.json
leiyuwei e9e6ddb8a7 重构: 合成大作战改为拖拽合成机制
- 全部代码重写,改为拖拽合成(drag-and-drop merge)
- 拖拽方块到相邻同等级方块上完成合成
- 拖到空格移动,拖到无效位置弹回
- Cocos Creator 3.8.8 全面适配
- 移除 GameManager.ts → 改为 GameController.ts

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-16 12:12:39 +08:00

18 lines
371 B
JSON

{
"compilerOptions": {
"target": "ES2017",
"module": "ES2015",
"moduleResolution": "node",
"experimentalDecorators": true,
"isolatedModules": true,
"outDir": "./temp",
"rootDir": "./assets",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"sourceMap": true,
"types": []
},
"include": ["assets/**/*"]
}