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:
parent
51a991baaf
commit
daf2f9dfaa
2 changed files with 9 additions and 2 deletions
|
@ -8,8 +8,7 @@
|
|||
"emitDecoratorMetadata": true,
|
||||
"target": "es2018",
|
||||
"lib": [
|
||||
"esnext",
|
||||
"DOM"
|
||||
"esnext"
|
||||
],
|
||||
"baseUrl": ".",
|
||||
"resolveJsonModule": true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue