{ /* Base configuration. Do not edit this field. */ "extends": "./temp/tsconfig.cocos.json", /* Add your custom configuration here. */ "compilerOptions": { "module": "ES2022", "target": "ES2017", "strict": true, "allowSyntheticDefaultImports": true, "skipLibCheck": true, } }