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

Fix TS error with twemoji typings without dom lib

Including the dom lib doesn't make much sense since we're not in a
browser environment. While this solution isn't perfect either, I
think it's more fitting.
This commit is contained in:
Dragory 2020-01-18 11:12:11 +02:00
parent 51a991baaf
commit daf2f9dfaa
2 changed files with 9 additions and 2 deletions

View file

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