Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add node to types field
  • Loading branch information
EskiMojo14 committed Oct 30, 2025
commit 86466f013c77f257f1e92f958d5d15c1344cbf59
2 changes: 1 addition & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"strict": true,
"exactOptionalPropertyTypes": true,
"target": "ESnext",
"types": ["vitest/globals", "vitest/importMeta"]
"types": ["vitest/globals", "vitest/importMeta", "node"]
},
"exclude": ["dist", "website", "docs", "examples"]
}