Skip to content

Commit 3d8acd0

Browse files
committed
fix: add types node to tsconfig.json
1 parent b0dbb0d commit 3d8acd0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"declaration": true,
88
"strict": true,
99
"allowJs": true,
10-
"skipLibCheck": true
10+
"skipLibCheck": true,
11+
"types": ["node"]
1112
},
1213
"include": ["src"],
1314
"exclude": ["node_modules"]

0 commit comments

Comments
 (0)