Skip to content

Commit 4f70c17

Browse files
committed
chore: include node types
1 parent 00cd8a7 commit 4f70c17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"esModuleInterop": true,
1515
"resolveJsonModule": true,
1616
"forceConsistentCasingInFileNames": true,
17-
"types": ["vitest/globals"],
17+
"types": ["vitest/globals", "@types/node"],
1818
"paths": {
1919
"tinypool": ["./dist/index.d.ts"]
2020
}

0 commit comments

Comments
 (0)