Currently, I'm faced with the challenge of integrating a Typescript package that I created into a JavaScript application. I am uncertain whether I need to build the typescript package before importing it locally using npm, or if there is an automated build process triggered by npm during the package installation that I can utilize. Any guidance on this matter would be greatly appreciated!