1 2 3 4 5 6
// should resolve these as bare specifiers within the workspace import * as a from "@denotest/a"; import * as c from "@denotest/c"; a.sayHello(); c.sayHello();