main entry in package.json files is pointing to dist folder, that usually is being used to store the browser bundles, while in this case the browser bundles are in build, that usually is a temporal folder. Project is using Typescript files, so they should be in src folder, being in lib the transpiled ones.
main
entry inpackage.json
files is pointing todist
folder, that usually is being used to store the browser bundles, while in this case the browser bundles are inbuild
, that usually is a temporal folder. Project is using Typescript files, so they should be insrc
folder, being inlib
the transpiled ones.So: lib -> src, dist -> lib, build -> dist