summary refs log tree commit diff homepage
path: root/tsconfig.json
diff options
context:
space:
mode:
authordestruc7i0n <destruc7i0n@users.noreply.github.com>2022-03-13 20:06:00 -0400
committerdestruc7i0n <destruc7i0n@users.noreply.github.com>2022-03-13 20:06:00 -0400
commit1182a33cbead7d7391248973cbb8297354d780ac (patch)
treed2ec530f06628c4b0c2bd0e3f5e206ab132cbfbc /tsconfig.json
parentencode unicode characters in names too (diff)
downloadshulker-1182a33cbead7d7391248973cbb8297354d780ac.tar.gz
shulker-1182a33cbead7d7391248973cbb8297354d780ac.zip
update logic for sending messages
* remove `/` from commands
* fix invisible space character in mentions
* bump packages
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index cc422a2..4f2e86d 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -16,5 +16,5 @@
     "baseUrl": "."
   },
   "include": ["**/*.ts"],
-  "exclude": ["node_modules"]
+  "exclude": ["node_modules", "tests"]
 }