chore: forgot to update tsconfig with types

This commit is contained in:
Vlad Frangu
2026-03-27 12:33:26 +02:00
parent ca423b001a
commit 308308dfab

View File

@@ -14,7 +14,8 @@
"strictNullChecks": true,
"preserveConstEnums": true,
"exactOptionalPropertyTypes": true,
"skipLibCheck": true
"skipLibCheck": true,
"types": ["node"]
},
"include": [
"globals.ts",