2025-12-14 22:36:58 +08:00
|
|
|
{
|
|
|
|
|
/* Base configuration. Do not edit this field. */
|
|
|
|
|
"extends": "./temp/tsconfig.cocos.json",
|
|
|
|
|
/* Add your custom configuration here. */
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"strict": false,
|
|
|
|
|
"target": "es2020",
|
2025-12-18 13:27:22 +08:00
|
|
|
"downlevelIteration": true,
|
|
|
|
|
"skipLibCheck": true,
|
|
|
|
|
"allowSyntheticDefaultImports": true
|
2025-12-14 22:36:58 +08:00
|
|
|
}
|
2025-12-18 13:27:22 +08:00
|
|
|
}
|