Cannot find module 'npm:react-router-dom' or its corresponding type declarations.
This is the error message the Typescript LSP gives me when I use the line
import { Outlet } from "npm:react-router-dom". What is the proper way to get rid of it?