JM_KA/tsconfig.json
2023-03-10 14:35:40 +08:00

10 lines
200 B
JSON

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