Skip to content

Commit 46bed0e

Browse files
fix: add node types to tsconfig
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent b5926d1 commit 46bed0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"target": "ES2024",
44
"module": "nodenext",
55
"moduleResolution": "nodenext",
6+
"types": ["node"],
67
"strict": true,
78
"declaration": true,
89
"declarationMap": true,

0 commit comments

Comments
 (0)