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
{{ message }}
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
I'm getting errors for paths that are correct, using root relative imports in Angular, via this solution. My linter error looks like:
Cannot find module 'header/header.component'.
My
tsconfig.json
file:My src/tsconfig.json file:
The project compiles fine, and accepts the import paths, but linter-tslint thinks the paths are wrong.
I am using Angular 6.0.3, and TypeScript 2.7.2.
The text was updated successfully, but these errors were encountered: