10 lines
191 B
JSON
Raw Normal View History

2025-07-23 14:57:35 +04:00
{
/* Base configuration. Do not edit this field. */
"extends": "./temp/tsconfig.cocos.json",
/* Add your custom configuration here. */
"compilerOptions": {
"strict": false
}
}