An issue with module alias...
Unanswered
Asiatic Lion posted this in #help-forum
Asiatic LionOP
Hi, I'm working on a project, and an issue occurred when I added the alias
The strange thing is, I can access the files using this alias, but my code editor and ESLint are showing the following error:
"@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)