Skip to content

Commit 2e22867

Browse files
committed
chore: include node types
1 parent 2c851e3 commit 2e22867

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
},
2121
"esModuleInterop": true,
2222
"skipLibCheck": true,
23+
"types": [
24+
"node"
25+
],
2326
},
2427
"exclude": [
2528
"output",

0 commit comments

Comments
 (0)