Angular ng build transpile TypeScript outside of app folders?
My hobby site that I’m trying to migrate to Angular has a bunch of standalone JS code (ESM modules) in it that is just sat in the default public
assets directory, and as such it’s automatically copied into the site structure by ng build
.