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

Renamed @types folder to types #37

Closed
wants to merge 1 commit into from
Closed

Conversation

nickytonline
Copy link
Owner

What type of PR is this? (check all applicable)

  • Refactor
  • Feature
  • Bug Fix
  • Optimization
  • Documentation Update

Description

This wasn't a bug (at least right now) for the starter project itself, but projects that used it as a template had an issue when importing from the @types folder in the project.

Related Tickets & Documents

Closes #36

QA Instructions, Screenshots, Recordings

N/A

UI accessibility concerns?

N/A

Added/updated tests?

  • Yes
  • No, and this is why: Renamed a folder and some references is all.
  • I need help with writing tests

[optional] Are there any post deployment tasks we need to perform?

[optional] What gif best describes this PR or how it makes you feel?

Mayor Quimby from the Simpsons renaming a park

@nickytonline nickytonline added the merge by any core This tag is a signal that you are okay with any core team member merging your code for you. label Dec 29, 2021
@vercel
Copy link

vercel bot commented Dec 29, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/nickytonline/web3-starter/8e5dcST3e4BwUCVN9FuNog5grkUi
✅ Preview: https://web3-starter-git-rename-types-folder-nickytonline.vercel.app

@@ -17,7 +17,8 @@
"baseUrl": ".",
"paths": {
"@components": ["components/index"],
"@components/*": ["components/*"]
"@components/*": ["components/*"],
"types/*": ["types/*"]
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added TypeScript alias which also translates to a webpack alias since this is a NEXT.js project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge by any core This tag is a signal that you are okay with any core team member merging your code for you.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove @ from the @types folder as it's causing type import issues
1 participant