|
|
|
|
|
by quackware
938 days ago
|
|
- Why include files, exports, and types in your package.json when you are just using ts-node to transpile on the fly? - ts-node is much slower than something like esbuild/tsx right? As long as you rely on your ide type checking or run type checking before deploying your app. |
|
Also, this project can be compiled with `tsc` or a bundler, of course.
In terms of speed, this should consistently start up an app or CLI in <3 seconds (depending on size of course).