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": "es2016",
"lib": ["es2016", "dom"]
}
}