Files
CocosCreatorTutorial/MovementDemo/tsconfig.json
2022-01-09 23:44:48 +08:00

10 lines
191 B
JSON

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