top-block-game-cocos-sdk/tsconfig.json

14 lines
239 B
JSON

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