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

[Feature Request]: Revise @carbon/react README to include note about TypeScript usage #15678

Closed
1 task done
ggdawson opened this issue Feb 1, 2024 · 1 comment · Fixed by #15679
Closed
1 task done
Labels
area: typescript proposal: accepted This request has gone through triaging and we are accepting PR's against it. type: enhancement 💡

Comments

@ggdawson
Copy link
Contributor

ggdawson commented Feb 1, 2024

The problem

Though not entirely typed yet, @carbon/react can still be used successfully in strictly typed TypeScript projects, but this does require an uncommon revision to the typical tsconfig.json.

The solution

Include a small note in the @carbon/react README about the skipLibCheck = true. compiler option.

Examples

{
  "compilerOptions": {
    "skipLibCheck": true
  }
}

Application/PAL

Randori

Business priority

Low Priority = release date is not dependent on fix or not upcoming

Available extra resources

No response

Code of Conduct

Copy link
Contributor

github-actions bot commented Feb 1, 2024

Thank you for submitting a feature request. Your proposal is open and will soon be triaged by the Carbon team.

If your proposal is accepted and the Carbon team has bandwidth they will take on the issue, or else request you or other volunteers from the community to work on this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: typescript proposal: accepted This request has gone through triaging and we are accepting PR's against it. type: enhancement 💡
Projects
Archived in project
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants