How do I include extra files in my NPM package?

120 views Asked by At

I am writing my first NPM package. There should be a text file that the program reads from to generate random names. But, whenever I do an NPM build, the "dist" folder doesn't have the text file. I am using tsdx to make this.

0

There are 0 answers