Simone Gauli
Simone Gauli
Hi @bostrom, Thank you so much for your thoughtful response and for considering me to take over the project! I truly appreciate your maturity and willingness to hand over something...
Possibly related: https://github.com/react-navigation/react-navigation/issues/11270
Typescript tell you to use nodemon.default, but then when starting nodemon, node will throw an error as nodemon.default is not a function, so there is something wrong between types and...
type: 'module' devDependency: { "nodemon": "^3.1.4", } nodemon({ script: './dist/server.js', ext: 'js', exec: `NGROK_URL=${url} node`, }) This expression is not callable. Type 'typeof import("/Users/simo97/Desktop/web/node_modules/nodemon/index")' has no call signatures.ts(2349)
I understand, it's the same for me when I look at your project, I start coding using typescript and I never used module exports and stuff like that, so I...
> I don't know what that means. Can you provide a git repo to help understand and replicate (note that I don't generally use typescript so assume you'll have to...
> I've just merged that pr. Since it was provided by someone else it didn't come with tests, so I can't be entirely sure it does what helps you, but...
> I've just merged that pr. Since it was provided by someone else it didn't come with tests, so I can't be entirely sure it does what helps you, but...
Can you show how to use it inside the eslint flat config?