Currently, I am working on developing a local Node package using TypeScript that can be imported into multiple Aurelia CLI projects within the same solution.
To showcase my progress, I have set up a sample solution at:
https://github.com/sam-piper/aurelia-library
This demonstration reflects our development setup involving VS 2017, ASP.NET Core, Aurelia CLI, and TypeScript.
While the shared exports are compiling correctly in the referencing Aurelia project, and au build is functioning without any reported errors, there seems to be an issue with bundling the files properly. This results in numerous 404 errors for individual script files when the application is loaded.
In essence, I require assistance in successfully implementing this final step. I am unsure about how the shared project should be structured and built to ensure compatibility for both TypeScript compilation and Aurelia bundling.
I am open to any suggestions or recommendations!