'My jsconfig set up is not working with node in VS Code

My config looks like the following:

{
    "compilerOptions": {
      "baseUrl": "."
    },
  }

but I keep getting Error: Cannot find module 'utils/calculateGetstation'



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source