Skip to content

Commit 08caa0e

Browse files
fix: add node types to tsconfig
1 parent d4d8402 commit 08caa0e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"target": "ES2020",
55
"module": "commonjs",
66
"lib": ["ES2020"],
7+
"types": ["node"],
78
"strict": true,
89
"esModuleInterop": true,
910
"skipLibCheck": true,

0 commit comments

Comments
 (0)