Files
heros/tsconfig.json

12 lines
245 B
JSON

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