Add Creep Actions

This commit is contained in:
uwap 2022-12-21 11:57:49 +01:00
parent 848e69dc05
commit a73f1f7004
9 changed files with 221 additions and 57 deletions

6
.swcrc
View file

@ -1,4 +1,10 @@
{
"jsc": {
"parser": {
"syntax": "typescript",
"tsx": false
}
},
"module": {
"type": "commonjs"
}