Skip to content

Conversation

@nkaradzhov
Copy link
Collaborator

Description

importing from 'package.json' messes typescript, as it starts thinking it depends on the files it wants to write, resulting in build errors if the dist folders are not deleted. ultimately it was very annoying to delete all dist folders and then build when you just want to build. and its also much slower because you loose all your cache

Checklist

  • Does npm test pass with this change (including linting)?
  • Is the new or changed code fully tested?

importing from 'package.json' messes typescript,
as it starts thinking it depends on the files it wants to
write, resulting in build errors if the dist folders are not deleted.
ultimately it was very annoying to delete all dist folders and then build
when you just want to build. and its also much slower because
you loose all your cache
@nkaradzhov
Copy link
Collaborator Author

closing this as it turns out the new dependency on package.json might not be the only problem. needs further investigation

@nkaradzhov nkaradzhov closed this Nov 4, 2025
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