Files
shooter-demo/client-cocos/tsconfig.json

9 lines
223 B
JSON
Raw Permalink Normal View History

2025-11-28 18:10:10 +08:00
{
/* Base configuration. Do not edit this field. */
"extends": "./temp/tsconfig.cocos.json",
/* Add your custom configuration here. */
"compilerOptions": {
"strict": false,
"module": "CommonJS"
}
}