12 lines
247 B
JSON
12 lines
247 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
|
||
|
|
}
|
||
|
|
}
|