We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5bb0a5 commit 86466f0Copy full SHA for 86466f0
tsconfig.base.json
@@ -22,7 +22,7 @@
22
"strict": true,
23
"exactOptionalPropertyTypes": true,
24
"target": "ESnext",
25
- "types": ["vitest/globals", "vitest/importMeta"]
+ "types": ["vitest/globals", "vitest/importMeta", "node"]
26
},
27
"exclude": ["dist", "website", "docs", "examples"]
28
}
0 commit comments