tsconfig-paths icon indicating copy to clipboard operation
tsconfig-paths copied to clipboard

How to build my project into one js without keeping a standalone tsconfig-paths-bootstrap.js

Open mannok opened this issue 6 years ago • 0 comments

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?

mannok avatar Dec 19 '19 01:12 mannok