errors.fyi community error code reference
TS2580
typescript

Cannot Find Global Name

A globally available name (such as `process`, `Buffer`, or `__dirname`) is not recognised. Install the relevant type declarations (e.g. `@types/node`) and reference them in your `tsconfig.json`.

References

โ† all namespaces for TS2580