DevMentor
deno dnt not including a TS file when building a NPM package
The work around I found was to write the worker thread code in pure JavaScript and then have the file copied over as a post build step in the npm build script.
However I would be interested to know if there was other valid solution, thank you.
If there a way to tell dnt to copy file(s) itself to the various build folder without an explict copy post build step?
2 replies