Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Although it doesn't break the process, it is not really correct to install the
libpackage as a dependency, when you foundimport LocalLib from "lib/LocalLib"string.Not saying about the invalid
"/lib": "latest"when the import path is absolute.Also, (this is probably a different, yet, very related, request), I'd like to be able to include by name, so I use
jsconfig.json, where I can set"rootDirs": ["./lib"]and thenimport LocalLib from "LocalLib"which currently lead to another error in the console aboutpackage Not found.