8 lines
189 B
JSON
Raw Normal View History

2022-11-27 23:23:47 +08:00
{
/* Base configuration. Do not edit this field. */
"extends": "./temp/tsconfig.cocos.json",
/* Add your custom configuration here. */
"compilerOptions": {
"strict": false
}
2022-12-01 22:26:41 +08:00
}