Sansossio/twisted

Please include the .ts source files in the package

Closed this issue · 0 comments

When i try to import some interfaces in my Angular frontend, I get this warning:

Warning: F:\Projects\loljournal\functions\src\shared\index.ts depends on 'twisted/dist/models-dto'. CommonJS or AMD dependencies can cause optimization bailouts.
For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies

This essentially means that the bundle type of this package isn't optimal for Angular.

If possible, could you please package this as a Typescript package with generated javascript as a fallback for non-typescript projects?