Files
shooter-demo/tools/flashfin-rapier2d/tsconfig.json
2025-11-30 20:56:51 +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
}
}