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

fix: use relative paths in generated tsconfig #1572

Merged
merged 2 commits into from
Aug 14, 2023
Merged

Conversation

danielroe
Copy link
Member

πŸ”— Linked issue

resolves #1560

❓ Type of change

  • πŸ“– Documentation (updates to the documentation, readme, or JSdoc annotations)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • πŸ‘Œ Enhancement (improving an existing functionality like performance)
  • ✨ New feature (a non-breaking change that adds functionality)
  • 🧹 Chore (updates to the build process or auxiliary tools and libraries)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

πŸ“š Description

This PR uses relative paths within tsconfig paths properties, normalising whatever is provided in paths/include/exclude.

πŸ“ Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

@codecov
Copy link

codecov bot commented Aug 14, 2023

Codecov Report

Merging #1572 (c140293) into main (0cebdc5) will decrease coverage by 0.08%.
The diff coverage is 60.52%.

@@            Coverage Diff             @@
##             main    #1572      +/-   ##
==========================================
- Coverage   76.08%   76.00%   -0.08%     
==========================================
  Files          74       74              
  Lines        7672     7710      +38     
  Branches      753      760       +7     
==========================================
+ Hits         5837     5860      +23     
- Misses       1834     1848      +14     
- Partials        1        2       +1     
Files Changed Coverage Ξ”
src/build.ts 84.18% <60.52%> (-1.76%) ⬇️

@pi0 pi0 merged commit 12d0e47 into main Aug 14, 2023
8 of 9 checks passed
@pi0 pi0 deleted the fix/relativise-paths branch August 14, 2023 14:22
@pi0 pi0 mentioned this pull request Aug 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working types
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Nuxt/Vite] paths in types are absolute. Incompatible with WSL2 and WebStorm
2 participants