Since #6425, the package only exports ESM modules. Built files are located under the dist/ directory, and there are no more lib/ nor lib-esm/ directories.
Yet, the repository still has 8 occurences of lib-esm (and also occurences of lib). You may consider what to do with them (typically delete).
Since #6425, the package only exports ESM modules. Built files are located under the
dist/directory, and there are no morelib/norlib-esm/directories.Yet, the repository still has 8 occurences of
lib-esm(and also occurences oflib). You may consider what to do with them (typically delete).