JM_KA/tsconfig.json

10 lines
191 B
JSON
Raw Permalink Normal View History

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