mirror of
https://github.com/zadam/trilium.git
synced 2025-10-19 06:38:59 +02:00
chore(types): fill in gap from jsdom
This commit is contained in:
parent
7e79d907be
commit
2a0410f597
@ -1,7 +1,7 @@
|
||||
{
|
||||
"extends": "../../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"lib": [ "ESNext" ],
|
||||
"lib": [ "ESNext", "DOM.Iterable" ],
|
||||
"outDir": "dist",
|
||||
"types": [
|
||||
"node",
|
||||
|
@ -5,7 +5,7 @@
|
||||
"emitDeclarationOnly": true,
|
||||
"importHelpers": true,
|
||||
"isolatedModules": true,
|
||||
"lib": ["ES2023"],
|
||||
"lib": ["ES2023", "DOM", "DOM.Iterable"],
|
||||
"module": "nodenext",
|
||||
"moduleResolution": "nodenext",
|
||||
"noEmitOnError": true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user