-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
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
chore(create-vite): set skipLibCheck true #7726
Conversation
This PR doesn't fully fix #7662, though. |
I think the same is for the Vue issue too as it's an error happening in third-party libraries? The issue has an error from |
I'm not an expert on either Preact or TypeScript, so I can't provide a solution to the problem. |
Ah I see, for #7662 besides setting |
@marvinhagemeister maybe you could help us here? |
FYI, if you add |
I have found some related issues preactjs/preact#2150, preactjs/preact#2222. |
Maybe we can apply these solutions in this PR to fix type conflicts? |
If you're referring to preactjs/preact#2150 (comment), it looks a bit fragile to me and it's been more than a year since the solution is posted. Maybe there's a better way of handling it now. |
I removed the link to #7662 at the meantime. Perhaps we can deal with the preact template later when there's a solution to it. |
Description
Set
skipLibCheck: true
for all TS templatesCloses #7724
Closes #5814
Additional context
What is the purpose of this pull request?
Before submitting the PR, please make sure you do the following
fixes #123
).