Skip to content
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

Can't find package: @app/app.module #545

Closed
loktionov129 opened this issue Jun 11, 2018 · 1 comment
Closed

Can't find package: @app/app.module #545

loktionov129 opened this issue Jun 11, 2018 · 1 comment

Comments

@loktionov129
Copy link

Can you add a support compilerOptions.paths from tsconfig.json ?

{
  "compilerOptions": {
    "baseUrl": "src",
    "paths": {
      "@app/*": ["app/*"]
    }
  }
}

@tiliev
Copy link
Collaborator

tiliev commented Jun 11, 2018

Duplicate of #220.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants