Closed sebastianwessel closed 4 months ago
I am also running into this. Node.js v22.3.0, in Windows 11 (WSL Ubuntu). I'm running the script with bun
, though I don't think that matters.
Ah, this is the same issue that I already ran into and fixed lol, see #27. Remove "noEmit": true
from your tsconfig.json
file.
Ah, thx.
Yes it's "noEmit": true
.
I'm also using bun and copied the tsconfig from bun.sh.
Disabling noEmit
and allowImportingTsExtensions
fixed the issue 👍
Should I close the issue then?
Yep, it's a duplicate and it's solved.
Hi,
thanks for your cool tool. I use it for a while now, for a couple of projects.
I have set up a new repo, but it fails, when I run
tshy
. It looks like some internal issue.package.json
I
Here is the output:
It is also creating a
package.json
file inside the/src
folder.A folder
.tshy
is created , which containsbuild.json
,commonjs.json
andesm.json
.My folder structure follows the "regular" schema, with
src/index.ts
Node : 20.15 OS: MacOS 14.5 M2