Refactored actions, 'cast a spell' task now works

This commit is contained in:
Thaum Rystra
2024-10-28 12:28:36 +02:00
parent 804c5f3aee
commit 8f8c9c28aa
39 changed files with 423 additions and 399 deletions

View File

@@ -3,7 +3,11 @@
"module": "esNext",
"moduleResolution": "Node",
"target": "es2018",
"lib": ["esnext", "dom"],
"lib": [
"esnext",
"dom",
"dom.iterable"
],
"jsx": "preserve",
"strict": true,
"strictNullChecks": true,
@@ -44,4 +48,4 @@
"node_modules/@types/meteor/globals/*"
]
}
}
}