I m trying to setup set…

less than 1 minute read

I’m trying to setup setupGlobal in jest config. Inside the global function it does not recognize the TS definitions, hence, it does not find libs when in my workspace when I’m using @myNameSpace/myLib. Is there a way to do that?

Updated: