Troubleshooting Module Resolution Errors in TypeScript with Path Aliases
import { ENDPOINTS } from ‘@network/Api’; hovering over this shows the complete path and seems resolved but running npm startcausing same unresolved error to be shown. what needs to be done here ? reactjs typescript tsconfig tsconfig-paths