fix: explicit node type

This commit is contained in:
freeaoi 2025-03-07 08:37:27 -06:00
parent c85ff2f96a
commit 61dc04893d

View File

@ -26,7 +26,10 @@
"strictBindCallApply": true,
"strictBuiltinIteratorReturn": true,
"strictPropertyInitialization": true,
"alwaysStrict": true
"alwaysStrict": true,
"types": [
"node"
]
},
"exclude": [
"**/lib",