diff --git a/tsconfig.json b/tsconfig.json index c4a371a..57f2d8d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,6 +3,7 @@ "target": "esnext", "module": "nodenext", "moduleResolution": "nodenext", + "types": ["node"], "typeRoots": [ "./node_modules/@types", ],