Afonso Matos

Results 13 comments of Afonso Matos

> Actually I got it to work now using TS_NODE_BASEURL. I have a layout like > > ``` > src/ > myscript.ts > mymodule.ts > tsconfig.json > ``` > >...

Like `feedback.fish` this would be super helpful.

I stumbled in this issue as well. Specially with Next.JS since it enables strict mode by default (go to `next.config.js` and turn the flag off).

@IShinkarenko You probably did that but make sure you restart (shutdown and start) the Next.JS server. Changing `next.config.js` won't have an effect on an ongoing instance, even if started with...

I have the same issue, I'm running yarn start and the logs don't show if I set cluster mode. Works fine on fork mode.

how do I turn this off entirely? there is no environment variable for this?

just started having this too.... no idea

> > Or at least to have a native way to specify where "raw query types" are (and must be). It would allow committing files locally instead of within `node_modules`,...