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

Improve tsconfig.app.json detection for app/angular #6940

Merged
merged 3 commits into from
Jun 3, 2019

Conversation

kroeder
Copy link
Member

@kroeder kroeder commented Jun 2, 2019

Issue: #6934

What I did

I improved the tsconfig.app.json detection as it was broken because of a breaking change in Angular 8. They moved tsconfig.app.json from src/tsconfig.app.json to ./tsconfig.app.json

I changed it so that it reads the correct path from angular.json instead of setting a fixed path. That way every Angular version should be compatible

How to test

  • Checkout this branch
  • Link lib/cli
  • sb init -f a project and check if it can start

@kroeder kroeder added angular patch:yes Bugfix & documentation PR that need to be picked to main branch typescript labels Jun 2, 2019
@vercel
Copy link

vercel bot commented Jun 2, 2019

This pull request is automatically deployed with Now.
To access deployments, click Details below or on the icon next to each push.

Latest deployment for this branch: https://monorepo-git-issue6934-ngsb-extends-wrong-tsconfig.storybook.now.sh

@kroeder kroeder added the maintenance User-facing maintenance tasks label Jun 2, 2019
Copy link
Member

@shilman shilman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing this!

@shilman shilman merged commit 640d2ad into next Jun 3, 2019
@shilman shilman added the patch:done Patch/release PRs already cherry-picked to main/release branch label Jun 6, 2019
@ndelangen ndelangen deleted the issue6934-ngsb-extends-wrong-tsconfig branch July 16, 2020 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
angular maintenance User-facing maintenance tasks patch:done Patch/release PRs already cherry-picked to main/release branch patch:yes Bugfix & documentation PR that need to be picked to main branch typescript
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants