Which packages would you like to change?
What problem do you want to solve?
eslint-scope and eslint-visitor-keys do not publish declaration map files, whereas espree currently does.
According to the tsup documentation, declaration maps are designed for navigating local source files within a monorepo. They are not intended to be included in published NPM packages.
What do you think is the correct solution?
Update the espree build configuration to disable the generation and publishing of declaration map files.
Participation
AI acknowledgment
Additional comments
No response
Which packages would you like to change?
espreeeslint-scopeeslint-visitor-keysWhat problem do you want to solve?
eslint-scopeandeslint-visitor-keysdo not publish declaration map files, whereasespreecurrently does.According to the tsup documentation, declaration maps are designed for navigating local source files within a monorepo. They are not intended to be included in published NPM packages.
What do you think is the correct solution?
Update the
espreebuild configuration to disable the generation and publishing of declaration map files.Participation
AI acknowledgment
Additional comments
No response