npm init -y
npx tsc --init
"rootDir": "./src",
"outDir": "./dist"
npm i express 

You will face the following issue

Screenshot 2024-11-16 at 5.55.21 PM.png

npm install @types/express
npm install mongoose