chore(create-vite): set skipLibCheck true#7726
chore(create-vite): set skipLibCheck true#7726patak-cat merged 1 commit intovitejs:mainfrom bluwy:skiplibcheck-true
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: truefor 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).