Open tsconfig.json file and uncomment the below line:
"moduleResolution": "node20" /* Specify how TypeScript looks up a file from a given module specifier. */,
Here I have added my node Version. It works fine for me.