package-json-type
    Preparing search index...

    Interface IImportsMap

    Package imports map for the imports field. Allows defining internal import aliases within the package. All entries must start with #.

    {
    "imports": {
    "#utils": "./src/utils/index.js",
    "#internal/*": "./src/internal/*.js"
    }
    }

    Indexable