import a directory URL is unsupported. Instead,
[self-reference a package using its name][] and [define a custom subpath][] in
the ["exports"][] field of the [package.json][] file.
import './'; // unsupportedimport './index.js'; // supportedimport 'package-name'; // supported
