3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-18 23:55:02 +00:00

default emoji support for !jumbo

This commit is contained in:
roflmaoqwerty 2020-01-14 18:08:49 +11:00
parent 6c9cb78a21
commit 7205aae5ef
4 changed files with 72 additions and 28 deletions

View file

@ -8,7 +8,8 @@
"emitDecoratorMetadata": true,
"target": "es2018",
"lib": [
"esnext"
"esnext",
"DOM"
],
"baseUrl": ".",
"resolveJsonModule": true,