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

Angular-Ionic: Fix generated tsconfig app #224

Merged
merged 1 commit into from
Dec 3, 2020

Conversation

pegaltier
Copy link
Contributor

@pegaltier pegaltier commented Nov 26, 2020

Fix: #227

The current tsconfig doesn't extends the base tsconfig, consequently it is impossible to imports items from the generated libs using the lib path alias generated by NX.
See here the original NX file: https://github.com/nrwl/nx/blob/master/packages/angular/src/schematics/application/files/tsconfig.json
@pegaltier pegaltier changed the title Update tsconfig.json Angular-Ionic: Fix generated tsconfig app Dec 3, 2020
@NathanWalker NathanWalker merged commit d98056c into nstudio:master Dec 3, 2020
@NathanWalker
Copy link
Member

Thank you!

NathanWalker pushed a commit that referenced this pull request Dec 3, 2020
The current tsconfig doesn't extends the base tsconfig, consequently it is impossible to imports items from the generated libs using the lib path alias generated by NX.
See here the original NX file: https://github.com/nrwl/nx/blob/master/packages/angular/src/schematics/application/files/tsconfig.json
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

Successfully merging this pull request may close these issues.

Angular-Ionic: Fix generated tsconfig app
2 participants