I am working on an Angular library which I am making compatible with AOT compilation. I've got it up and running using some gulp tasks around ngc, but I'd prefer to use @ngtools/webpack since it allows me a more straightforward method to use SASS and PUG for my styles and templates. However, I can't find a way to get the declaration or metadata files out of its virtual file system. Is there a way to emit these files?