esbuild-node-tsc
esbuild-node-tsc copied to clipboard
Support tempdir with nodemon
Hello, I would love to be able to run this with nodemon and a os.tempdir(), I believe all that is needed is an option to run the entry file from within the etsc script (as opposed to etsc && node ./dist/index.js). Thanks.