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: removes baseUrl from tsconfig.json #398

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

hugop95
Copy link
Contributor

@hugop95 hugop95 commented Nov 25, 2024

Description

Reduces the potential of import errors by removing the baseUrl: "." option in tsconfig.json.

import { pairwise } from 'utils/pairwise' or similar imports will now raise errors.

I don't think there should be any side effect in this.

What is the purpose of this pull request?

  • Other

@hugop95 hugop95 changed the title fix: fixes invalid import fix: removes baseUrl from tsconfig.json Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant