Files
slgclient/tsconfig.json
2025-11-18 18:38:53 +08:00

11 lines
230 B
JSON

{
/* Base configuration. Do not edit this field. */
"extends": "./temp/tsconfig.cocos.json",
/* Add your custom configuration here. */
"compilerOptions": {
"strict": false,
"allowSyntheticDefaultImports": true
}
}