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

docs(examples): Use tsconfig from create-vite #5286

Merged
merged 5 commits into from
Jan 19, 2024
Merged

docs(examples): Use tsconfig from create-vite #5286

merged 5 commits into from
Jan 19, 2024

Conversation

lachlancollins
Copy link
Member

@lachlancollins lachlancollins commented Jan 19, 2024

When the repo used TS path aliases, the examples needed to extend the root tsconfig.json to resolve local packages. This is no longer necessary, and by not using config customised to the framework, it was causing resolution problems (e.g. #5279). This PR replaces each examples' config with the default create-vite config for each framework.

I also deleted a random yarn.lock in one of the vue examples.

@lachlancollins lachlancollins changed the title docs: Use tsconfig from create-vite docs(examples): Use tsconfig from create-vite Jan 19, 2024
@lachlancollins lachlancollins merged commit 4f08e53 into TanStack:main Jan 19, 2024
1 check passed
@lachlancollins lachlancollins deleted the fix-example-tsconfig branch January 19, 2024 04:15
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