Skip to content

Commit

Permalink
fix: explicit node type
Browse files Browse the repository at this point in the history
  • Loading branch information
FreeAoi committed Mar 7, 2025
1 parent c85ff2f commit 61dc048
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@
"strictBindCallApply": true,
"strictBuiltinIteratorReturn": true,
"strictPropertyInitialization": true,
"alwaysStrict": true
"alwaysStrict": true,
"types": [
"node"
]
},
"exclude": [
"**/lib",
Expand Down

0 comments on commit 61dc048

Please sign in to comment.