UIState/tsconfig.json

10 lines
191 B
JSON
Raw Normal View History

2023-06-02 04:25:21 +00:00
{
/* Base configuration. Do not edit this field. */
"extends": "./temp/tsconfig.cocos.json",
/* Add your custom configuration here. */
"compilerOptions": {
"strict": false
}
}