You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// src/server/controllers/index.tsimportIndexControllerfrom'@/controllers/IndexController';// cannot find module “@/controllers/IndexController” or other type declarations
If you're getting TypeScript errors, this doesn't seem to be an issue with this plugin. TypeScript errors are an issue with your own TypeScript configuration typically.
Well, same here... TS is working fine with my files, when I try to build the gulp-ts-alias get too far...
When it has to be '../../' the lib transforms it in '../../../../'
// tsconfig.json
Although the app run normally, I want to resolve the errors in index.ts
The text was updated successfully, but these errors were encountered: