-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
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
TypeScript types can't be parsed properly after install #1
Comments
Hi, @sjdemartini thank you for using The error thrown by |
* move index.d.ts to dist/index.d.ts
@sjdemartini fixed by 28a61de |
Perfect, it's working for me now! Thank you for the quick response and quick fix! 😄 |
Excited to come across this package, thanks for building it! (I was using the equivalent in Jest before, and had to remove it when switching to vitest).
I've installed this package and it seems to run properly, but in my editor (VSCode) and when running
tsc --no-edmit
, I get errors for the line that imports this package:pointing to the line:
I'm using yarn, TS 4.9, and have installed this package via
"vitest-fail-on-console": "^0.2.0",
in my package.json.The text was updated successfully, but these errors were encountered: