Setting up a Project with Express and TypeScript
Bare minimum Typescript Setup
first make a folder and npi init
run tsc --init
change root directory on tsconfig.json file :"rootDir": "./src","outDir": "./dist",
(/dist = distributable file)
to
blog.bipinbhatt.com.np3 min read