Typescript runtine setup, nakama runtime namespace cannot be found by the IDE

after watching the youtube tutorial video of how to setup a nakama runtime typescript project im trying to create a InitModule function but the IDE(vs code) cant find the nakama runtime namespace

my code:

function InitModule(ctx: nkruntime.Context, logger: nkruntime.Nakama, initializer: nkruntime.Initializer)
{
    
}

the error:

Cannot find namespace ‘nkruntime’

Hello @spartan6nm

Please link the video tutorial you’re referring to.