-
Notifications
You must be signed in to change notification settings - Fork 30
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
Add step to Angular instructions about adding 'skipLibCheck' to tsconfig.json #737
Labels
Comments
GCHQ-Developer-530
moved this to Dev In Progress
in Intelligence Community Design System
Jan 2, 2024
GCHQ-Developer-530
added a commit
that referenced
this issue
Jan 3, 2024
Add skipLibCheck step into angular guidance . #737
2 tasks
GCHQ-Developer-530
moved this from Dev In Progress
to In Review
in Intelligence Community Design System
Jan 3, 2024
GCHQ-Developer-530
added a commit
that referenced
this issue
Jan 3, 2024
Add skipLibCheck step into angular guidance . #737
GCHQ-Developer-530
added a commit
that referenced
this issue
Jan 3, 2024
Add skipLibCheck step into angular guidance . #737
GCHQ-Developer-530
moved this from In Review
to Done
in Intelligence Community Design System
Jan 3, 2024
jd239
pushed a commit
that referenced
this issue
Jan 15, 2024
Add skipLibCheck step into angular guidance . #737
GCHQ-Developer-299
pushed a commit
that referenced
this issue
Jan 16, 2024
Add skipLibCheck step into angular guidance . #737
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What component is this related to?
This ticket involves adding to the Angular getting started instructions.
This relates to the issue mentioned in #736, which is that an Angular app which uses ICDS components will not compile and bring up errors. The solution is to add
"skipLibCheck": true
to thetsconfig.json
file of the app, but it is not mentioned in the Angular instructions on the ICDS website so a step about doing this needs to be added.Why do we need it?
This will prevent developers who are using ICDS components in Angular apps from encountering related compilation issues.
The text was updated successfully, but these errors were encountered: