DaFuWeng/tsconfig.json

11 lines
215 B
JSON

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