You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2020. It is now read-only.
*.d.ts, *.js, and *.metadata.json files are getting generated in my src directory when using angular 2 barrels. If I remove the barrel, then they are not generated in the src directory.
It would be nice if they were not put in the src directory because when you try and build again the linter and the build fails because it is not expecting those files to be there.
Steps to reproduce:
Create a barrel for a one of your ts files (I tried putting it both outside and inside the source directory and still had the issue)
Update you other ts files to use the barrel to import the class in the ts file.
Run "ionic run android"
Result
*.d.ts, *.js, and *.metadata.json files are get generate next to the *.ts files in the src directory (at least the ones using barrels do)