squidGame/tgx-games-client/tsconfig.json

11 lines
260 B
JSON
Raw Normal View History

2025-02-17 21:36:37 +08:00
{
/* Base configuration. Do not edit this field. */
"extends": "./temp/tsconfig.cocos.json",
/* Add your custom configuration here. */
"compilerOptions": {
"strict": false,
"allowSyntheticDefaultImports": true, // 需要开启
}
}