Files
kunpocc-behaviortree/bt-demo/tsconfig.json

10 lines
253 B
JSON
Raw Normal View History

2025-09-17 10:25:13 +08:00
{
/* Base configuration. Do not edit this field. */
"extends": "./temp/tsconfig.cocos.json",
/* Add your custom configuration here. */
"compilerOptions": {
"strict": false,
"module": "ES6",
"target": "ES6"
}
}