esbuild-node-tsc icon indicating copy to clipboard operation
esbuild-node-tsc copied to clipboard

Build your Typescript Node.js projects using blazing fast esbuild

Results 19 esbuild-node-tsc issues
Sort by recently updated
recently updated
newest added

Hello, it would be great to be able to run this with `write: false` on esbuild to not have to output files (this option automatically disables `outdir` option). Thanks.

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...

Error: Invalid target: "ES2020" (valid: esN, chromeN, edgeN, firefoxN, iosN, nodeN, safariN). This works with tsc, I guess it is case-insensitive while esbuild-node-tsc is case sensitive

I'm using swagger-jsdoc, and I need to keep those comments. So I'm using "removeComents: false", but esbuild ignores this. Any workaround?

Hello, I'm trying to setup `esbuild-node-tsx` in a monorepo. So instead of using nodemon, I'd like to simply pass options to esbuild since it [supports passing a watch](https://esbuild.github.io/api/#watch) flag to...

I was hoping to use `etsc` as a drop-in replacement for `tsc`, but the blocker I've run into is that our project has `resolveJsonModule: true` and imports `.json` files, which...

Hey there! Great package. I want to use this for all of [Payload](https://payloadcms.com)'s `create-payload-app` invocations, but to do so I'd really like to have a way to disable logs like:...

Hi, I would like to use TS paths options: ```json { "compilerOptions": { ... "paths": { "@config/*": ["./src/config/*"], "@controllers/*": ["./src/controllers/*"], "@helpers/*": ["./src/helpers/*"], "@models/*": ["./src/models/*"], "@services/*": ["./src/services/*"], "@templates/*": ["./src/templates/*"], "@utils/*": ["./src/utils/*"]...

I have to import .js for it to do dynamic imports