-
Notifications
You must be signed in to change notification settings - Fork 205
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
Problem with aliases #412
Comments
I have the same error, Did you fix this? |
Assume everything is correct- Perhaps try to restart TypeScript language server in vscode? |
This worked for me:
And I use it like this |
This is TS2307. @kacluk123 it's good practice to include the error code, not just the text. Anybody know how to fix it? @MariusCatanoiu can you clarify what you mean? You were able to get this working? |
I updated the previous comment |
Babel resolver does not work in my next.js project
My .babelrc file
My tsconfig
And when im trying to use it like that
vscode throws an error
Cannot find module '@components/login' or its corresponding type
declarations.
The text was updated successfully, but these errors were encountered: