2023-10-23 11:54:48 +08:00
|
|
|
{
|
|
|
|
/* Base configuration. Do not edit this field. */
|
|
|
|
"extends": "./temp/tsconfig.cocos.json",
|
2023-10-23 18:56:01 +08:00
|
|
|
"lib": ["ES2017"],
|
2023-10-23 11:54:48 +08:00
|
|
|
|
|
|
|
/* Add your custom configuration here. */
|
|
|
|
"compilerOptions": {
|
|
|
|
"strict": false
|
|
|
|
}
|
|
|
|
}
|