Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(🦋): Update Package Version (#37)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or [setup this action to publish automatically](https://github.com/changesets/action#with-publishing). If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @suddenlygiovanni/[email protected] ### Patch Changes - 3d8551d: Configuration Update: The baseUrl and paths settings in the TypeScript configuration file (tsconfig.json) have been deactivated (commented out) to default TypeScript's module resolution strategy back to its default, and to avoid any conflicts with other module resolution settings in the project. Import Refactoring: Absolute imports in the src directory have been replaced with relative imports in an effort to prevent import issues and enhance code modularity. Additionally, this refactoring aims to improve the overall consistency of the project. Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information