tsconfig-paths
tsconfig-paths copied to clipboard
How to build my project into one js without keeping a standalone tsconfig-paths-bootstrap.js
All the description/tutorial use such command node -r ./tsconfig-paths-bootstrap.js main.js
This means I should keep my final built project with a tsconfig-paths-bootstrap.js. If my tsconfig-paths-bootstrap.js is referred to a tsconfig.json, then the tsconfig.json should be existed in my final built as well.
Any advice for me to keep tsconfig-paths-bootstrap.js bundled in my final js build?