Describe your question
It should be up to the users to provide their own @types/node version reflecting the node version they are using. The current setup can cause some duplication if an user uses a newer @types/node version (such as 24.0.0) than specified here (^22.0.0). Changing the dependency range here to >=22.0.0 can work too but it's less ideal
Describe your question
It should be up to the users to provide their own
@types/nodeversion reflecting the node version they are using. The current setup can cause some duplication if an user uses a newer@types/nodeversion (such as24.0.0) than specified here (^22.0.0). Changing the dependency range here to>=22.0.0can work too but it's less ideal