Files
climb/tsconfig.json
richarjiang 98f28ec5bf init
2025-09-19 17:21:53 +08:00

10 lines
191 B
JSON

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