allow harcos to wield specialized exotic weapon

This commit is contained in:
2023-10-22 23:59:54 +02:00
parent 49826d1059
commit 542c845c23
7 changed files with 45 additions and 34 deletions
+3 -2
View File
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es2015",
"target": "es5",
"lib": [
"dom",
"dom.iterable",
@@ -18,7 +18,8 @@
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx"
"jsx": "react-jsx",
"downlevelIteration": true
},
"include": [
"src"