mirror of
https://github.com/gongxh0901/kunpocc-behaviortree.git
synced 2025-12-26 16:48:56 +00:00
添加装饰器给蓝图编辑器做准备;修改随机节点添加权重支持
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
"lib": ["es6", "dom"],
|
||||
"module": "commonjs",
|
||||
"experimentalDecorators": true, // 启用ES装饰器
|
||||
"emitDecoratorMetadata": true, // 启用装饰器元数据
|
||||
"strict": true,
|
||||
"noImplicitAny": true,
|
||||
"strictNullChecks": true,
|
||||
@@ -20,7 +21,6 @@
|
||||
},
|
||||
"include": [
|
||||
"./src/**/*"
|
||||
// "libs"
|
||||
],
|
||||
// 排除
|
||||
"exclude": [
|
||||
|
||||
Reference in New Issue
Block a user