Files

11 lines
233 B
JSON
Raw Permalink Normal View History

2025-07-17 17:18:21 +08:00
{
/* Base configuration. Do not edit this field. */
"extends": "./temp/tsconfig.cocos.json",
/* Add your custom configuration here. */
"compilerOptions": {
2025-08-11 14:29:39 +08:00
"strict": false,
"allowSyntheticDefaultImports": true
2025-07-17 17:18:21 +08:00
}
}