12 lines
313 B
JSON
12 lines
313 B
JSON
{
|
|
/* Base configuration. Do not edit this field. */
|
|
"extends": "./temp/tsconfig.cocos.json",
|
|
/* Add your custom configuration here. */
|
|
"compilerOptions": {
|
|
"strict": false,
|
|
"target": "es2020",
|
|
"downlevelIteration": true,
|
|
"skipLibCheck": true,
|
|
"allowSyntheticDefaultImports": true
|
|
}
|
|
} |