JM_KA/tsconfig.json

10 lines
191 B
JSON
Raw Normal View History

2021-12-27 09:08:45 +08:00
{
2022-08-19 10:51:46 +08:00
/* Base configuration. Do not edit this field. */
"extends": "./temp/tsconfig.cocos.json",
/* Add your custom configuration here. */
2021-12-27 09:08:45 +08:00
"compilerOptions": {
2022-08-19 10:51:46 +08:00
"strict": false
}
}