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 db40fd0e52
commit e75be06585
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,