技能系统 初步搭建,下步 伤害系统
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
|
||||
/* Add your custom configuration here. */
|
||||
"compilerOptions": {
|
||||
"strict": false
|
||||
"strict": false,
|
||||
"target": "es2016",
|
||||
"lib": ["es2016", "dom"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user