gameClient/tsconfig.json
2025-07-05 16:16:50 +08:00

17 lines
397 B
JSON

{
/* Base configuration. Do not edit this field. */
"extends": "./temp/tsconfig.cocos.json",
/* Add your custom configuration here. */
"compilerOptions": {
"strict": false,
"target": "ESNext",
"module": "commonjs",
"moduleResolution": "Node",
// "strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
}
}