Files
shooter-demo/tools/flashfin-rapier2d/tsconfig.json

11 lines
230 B
JSON
Raw Normal View History

2025-11-30 20:56:51 +08:00
{
/* Base configuration. Do not edit this field. */
"extends": "./temp/tsconfig.cocos.json",
/* Add your custom configuration here. */
"compilerOptions": {
"strict": false,
"allowSyntheticDefaultImports": true
}
}