May be a noob question about nodejs and typescript, consider i have src folder where all my .ts files are located, and a lib folder for compiled files. When i commit files to ignore lib folder from .gitignore file, my question is simple : - the other developper who is charged to pull my changes and start the production node server should compile first .ts files from source ? and then from package.json he target the compiled lib folder to run the script?
Thanks for your light