Copying Non-Code Files to /dist in Your NodeJS Build Process
When working with Node.js and TypeScript, it’s common to encounter the need to include non-code files like JSON, text files, or even Markdown files in your build output. These files, essential for configurations, data, or documentation, often need to be copied into your dist folder during the build process. However, the TypeScript compiler (tsc) only