Closed nfroidure closed 8 months ago
The TypeScript compiler is so slow that it might be best to use nodemon in combination with tsx (uses esbuild) and to type-check only in build/test scripts.
See https://stackoverflow.com/questions/37979489/how-to-watch-and-reload-ts-node-when-typescript-files-change
Or swc and stc.
tsx is now in use and the watch command is fixed.
The TypeScript compiler is so slow that it might be best to use nodemon in combination with tsx (uses esbuild) and to type-check only in build/test scripts.
See https://stackoverflow.com/questions/37979489/how-to-watch-and-reload-ts-node-when-typescript-files-change