2025-06-29 15:30:43 +08:00
|
|
|
{
|
|
|
|
/* Base configuration. Do not edit this field. */
|
|
|
|
"extends": "./temp/tsconfig.cocos.json",
|
|
|
|
|
|
|
|
/* Add your custom configuration here. */
|
|
|
|
"compilerOptions": {
|
2025-07-05 16:16:50 +08:00
|
|
|
"strict": false,
|
|
|
|
"target": "ESNext",
|
|
|
|
"module": "commonjs",
|
|
|
|
"moduleResolution": "Node",
|
|
|
|
// "strict": true,
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"skipLibCheck": true,
|
|
|
|
"forceConsistentCasingInFileNames": true
|
2025-06-29 15:30:43 +08:00
|
|
|
}
|
|
|
|
}
|