Files
shooter-demo/client-cocos/tsconfig.json
2025-11-28 18:10:10 +08:00

9 lines
223 B
JSON

{
/* Base configuration. Do not edit this field. */
"extends": "./temp/tsconfig.cocos.json",
/* Add your custom configuration here. */
"compilerOptions": {
"strict": false,
"module": "CommonJS"
}
}