JM_KA/tsconfig.json

10 lines
200 B
JSON
Raw Permalink Normal View History

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