Skip to content

Commit 86466f0

Browse files
committed
add node to types field
1 parent c5bb0a5 commit 86466f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"strict": true,
2323
"exactOptionalPropertyTypes": true,
2424
"target": "ESnext",
25-
"types": ["vitest/globals", "vitest/importMeta"]
25+
"types": ["vitest/globals", "vitest/importMeta", "node"]
2626
},
2727
"exclude": ["dist", "website", "docs", "examples"]
2828
}

0 commit comments

Comments
 (0)