squidGame/tgx-games-client/tsconfig.json

12 lines
279 B
JSON
Raw Normal View History

2025-02-07 10:49:34 +08:00
{
/* Base configuration. Do not edit this field. */
"extends": "./temp/tsconfig.cocos.json",
/* Add your custom configuration here. */
"compilerOptions": {
"strict": false,
"allowSyntheticDefaultImports": true, // 需要开启
2025-02-21 10:45:46 +08:00
"lib": ["es2017", "dom"]
2025-02-07 10:49:34 +08:00
}
}