fix(tsconfig): add Node.js type definitions to TypeScript compiler options

This commit is contained in:
2026-03-27 16:33:19 +00:00
parent 8931a3c2ae
commit d01aa13ee7
3 changed files with 8 additions and 2 deletions

View File

@@ -4,7 +4,8 @@
"module": "NodeNext",
"moduleResolution": "NodeNext",
"esModuleInterop": true,
"verbatimModuleSyntax": true
"verbatimModuleSyntax": true,
"types": ["node"]
},
"exclude": [
"dist_*/**/*.d.ts"