mirror of
https://github.com/zadam/trilium.git
synced 2025-10-23 05:48:25 +08:00
chore(types): fill in gap from jsdom
This commit is contained in:
parent
7e79d907be
commit
2a0410f597
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"extends": "../../tsconfig.base.json",
|
"extends": "../../tsconfig.base.json",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"lib": [ "ESNext" ],
|
"lib": [ "ESNext", "DOM.Iterable" ],
|
||||||
"outDir": "dist",
|
"outDir": "dist",
|
||||||
"types": [
|
"types": [
|
||||||
"node",
|
"node",
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"emitDeclarationOnly": true,
|
"emitDeclarationOnly": true,
|
||||||
"importHelpers": true,
|
"importHelpers": true,
|
||||||
"isolatedModules": true,
|
"isolatedModules": true,
|
||||||
"lib": ["ES2023"],
|
"lib": ["ES2023", "DOM", "DOM.Iterable"],
|
||||||
"module": "nodenext",
|
"module": "nodenext",
|
||||||
"moduleResolution": "nodenext",
|
"moduleResolution": "nodenext",
|
||||||
"noEmitOnError": true,
|
"noEmitOnError": true,
|
||||||
|
|
Loading…
Add table
Reference in a new issue