// this should resolve to the remote package and not itself import { add } from "@denotest/add"; console.log(add(1, 2));