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

npx create-typescript-app #246

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open

npx create-typescript-app #246

wants to merge 10 commits into from

Conversation

danvk
Copy link
Owner

@danvk danvk commented Feb 27, 2024

Results of running

npx create-typescript-app

Fixes #88
Fixes #236
Fixes #242

Issues:

  • Deleted Jest config but did not migrate tests
  • My node module resolution code does not work with pnpm. The issue is that it expects a flat directory structure. Unclear how hard this is to fix. Maybe just requires resolving symlinks, or maybe I just stick with yarn.
  • This didn't set up release-it

@danvk danvk marked this pull request as ready for review February 28, 2024 14:33
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.

Set up release-it for releases Tooling: split up CI workflows Tooling: set up visual debugging
1 participant