Next.js Discord

Discord Forum

An issue with module alias...

Unanswered
Asiatic Lion posted this in #help-forum
Open in Discord
Asiatic LionOP
Hi, I'm working on a project, and an issue occurred when I added the alias "@customTypes/*": "./src/types/*".

The strange thing is, I can access the files using this alias, but my code editor and ESLint are showing the following error:
Cannot find module '@customTypes' or its corresponding type declarations. ts(2307)

0 Replies