mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-12-24 18:41:52 +00:00
Don't include DOM typings
Signed-off-by: David Mehren <dmehren1@gmail.com>
This commit is contained in:
parent
9f284b752b
commit
2cd96f955d
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@
|
|||
"esModuleInterop": true,
|
||||
"experimentalDecorators": true,
|
||||
"emitDecoratorMetadata": true,
|
||||
"sourceMap": true
|
||||
"sourceMap": true,
|
||||
"lib": ["ES2019"]
|
||||
},
|
||||
"include": [
|
||||
"./lib/**/*"
|
||||
|
|
Loading…
Reference in a new issue