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

fixed #90 #92

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

fixed #90 #92

wants to merge 1 commit into from

Conversation

au5ton
Copy link

@au5ton au5ton commented Mar 8, 2023

This pull request:

  • Fixes Typescript migrate? #90
  • Adds types field to package.json, as described in the TypeScript docs
  • Recreates the TypeScript definitions after every build so that they stay in sync
  • Updates the GitHub Actions workflow from yarn tsc --noEmit to yarn tsc --noEmit --emitDeclarationOnly false to maintain the same functionality even with the tsconfig.json changes

@Egnus
Copy link

Egnus commented Nov 6, 2023

Can this be considered? My projects also require this merge.

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.

Typescript migrate?
2 participants