We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have some .js and .d.ts files in src/ I'd like to end up in dist/esm/ but the .tshy/esm.json doesn't include these file types.
tshy/src/tsconfig.ts
Lines 79 to 84 in fcb9003
Is this something that makes sense to support?
repro: git clone https://github.com/thomasballinger/tshy-repro; npm i; npx tshy and note that src/raw.js doesn't end up in dist/esm.
git clone https://github.com/thomasballinger/tshy-repro; npm i; npx tshy
The text was updated successfully, but these errors were encountered:
Would love to see this as well. Just hit this limitation with .d.ts.
.d.ts
Sorry, something went wrong.
hit this as well this evening.
No branches or pull requests
I have some .js and .d.ts files in src/ I'd like to end up in dist/esm/ but the .tshy/esm.json doesn't include these file types.
tshy/src/tsconfig.ts
Lines 79 to 84 in fcb9003
Is this something that makes sense to support?
repro:
git clone https://github.com/thomasballinger/tshy-repro; npm i; npx tshy
and note that src/raw.js doesn't end up in dist/esm.The text was updated successfully, but these errors were encountered: