default emoji support for !jumbo

This commit is contained in:
roflmaoqwerty 2020-01-14 18:08:49 +11:00
parent 08c1a2e9ac
commit b092dda079
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,