chore: overrides @types/estree to fix type duplicates
          #557
        
          
      
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
Description
This probably fixes https://github.com/vitejs/vite-ecosystem-ci/actions/runs/16160767110/job/45611916056. I'm actually not exactly sure why ecosystem ci is failing, but I know that there's a general issue that
@types/estreecan mismatch easily sincerolluppins the exact version https://github.com/rollup/rollup/blob/9cebb0b6d9f03d11f53a8c3e7e9e3a79f567e3c6/package.json#L114. If that became different from the one in this repo, then typecheck is destined to fail anyways, so fixing this by overrides for now.