mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-07-10 04:27:20 +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
c4d6556fe4
commit
6d6bc735e9
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