2021-12-27 00:22:34 +08:00
|
|
|
{
|
|
|
|
/* Base configuration. Do not edit this field. */
|
|
|
|
"extends": "./temp/tsconfig.cocos.json",
|
|
|
|
/* Add your custom configuration here. */
|
|
|
|
"compilerOptions": {
|
2021-12-28 22:45:50 +08:00
|
|
|
"strict": false,
|
|
|
|
"allowSyntheticDefaultImports": true
|
2021-12-27 00:22:34 +08:00
|
|
|
}
|
2021-12-28 22:45:50 +08:00
|
|
|
}
|