Closed
Description
- Versions: [email protected], [email protected]
nodemon -v
: 3.1.1- Operating system/terminal environment (powershell, gitshell, etc): MacOs, terminal
- Command you ran: Via api in typescript
Expected behaviour
When importing nodemon there is a default export for functionality defined in the types.
Actual behaviour
With the addition of #2204 there where types added to the project, but no default export types for functionality -> that leads to a not usable nodemon in typescript
Steps to reproduce
import nodemon from 'nodemon';
-> nodemon is not a module
Activity