cocos-nodejs-io-game/apps/client/tsconfig.json

8 lines
189 B
JSON
Raw Permalink Normal View History

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