diff --git a/tsconfig.json b/tsconfig.json index 1112b49..cebd64e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,7 @@ // See also https://aka.ms/tsconfig/module "module": "nodenext", "target": "es2024", - "types": [], + "types": ["node"], // For nodejs: // "lib": ["esnext"], // "types": ["node"],