### Discussed in https://github.com/jsr-io/jsr/discussions/576 <div type='discussions-op-text'> <sup>Originally posted by **CreepGin** May 28, 2024</sup> I'm trying to convert some existing repos to be compatible with JSR, but am running into 2 issues. `jsr publish` is prepending "./" to global module import paths. It's turning ```ts import { float4 } from "Unity/Mathematics" ``` into ```ts import { float4 } from "./Unity/Mathematics" ``` </div>