# Problem I expect the following to work, but it does not: ```json5 { "imports": { "@std/path/": "jsr:@std/path/posix/", } } ``` ```ts import { basename } from "@std/path/posix/basename"; // nope! ``` # Discussion What are others doing in this scenario? Simply not using import maps?