-
-
Notifications
You must be signed in to change notification settings - Fork 66
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 compile error TS1479 #207
Comments
@retorquere interesting. Does this issue happen with |
Yes. |
It's the moduleResolution. If I set it to |
@retorquere ok, I think the issue is that |
@retorquere just published a new release which aims to improve NodeNext support. Will you check to see if it resolved the issue? |
We still got an error when upgrading to 1.14.1 storipress/unplugin-eta#126 |
For me the error is now gone, thanks! |
Yeah, I can reproduce. PR is up. |
Co-authored-by: Gün <Gün> Closes #207
@retorquere I'm glad that worked! @DanSnow I just merged @gurgunday's commit and published a new patch version, which should solve the problem. |
@nebrelbug It's fixed. Thanks 🎉 |
Describe the bug
When I try to import eta in my project with
I get
To Reproduce
tsconfig.json:
index.ts:
package.json:
type:
npx tsc --noemit
Expected behavior
No error :)
Package & Environment Details
The text was updated successfully, but these errors were encountered: