Repo: https://github.com/MartinMalinda/vue-concurrency
In my dist, besides the actual bundles, I also have a src folder with type files (index.d.ts, Task.d.ts and so on). That seems correct and much needed.
But besides that there's also typing being created for the whole __tests__ and test-utils folders and also there's jest.config.d.ts. These things probably shouldn't be included as part of the main bundle.
Is there a way to avoid it? Maybe it's some silly mistake on my side.
Thanks!
Repo: https://github.com/MartinMalinda/vue-concurrency
In my dist, besides the actual bundles, I also have a
srcfolder with type files (index.d.ts,Task.d.tsand so on). That seems correct and much needed.But besides that there's also typing being created for the whole
__tests__andtest-utilsfolders and also there'sjest.config.d.ts. These things probably shouldn't be included as part of the main bundle.Is there a way to avoid it? Maybe it's some silly mistake on my side.
Thanks!