Express

Typescript

typsescript

Install typescript, ts-node and @types/typescript as devDependancies.

npm i -D typescript ts-node @types/typescript

Create tsconfig.json using the typescript cli.

tsc --init

tsconfig.json options:

"target": "ESNext",
"baseUrl": "./src",
"module": "CommonJS",