I'd like to use the JavaScript package cesium-navigation (that installs via npm and node) in my project. However, my project uses webpack and TypeScript instead of just plain JavaScript. The package itself is not available in the npm repository, meaning it cannot be employed using npm install 'packageNameHere' --save; additionally, the use of javascript in that package means that no types exist for use in TypeScript.
How can I adapt this package to be used in a TypeScript, webmodules environment? Would I have to install this manually every time I wanted to use it?
 
    