Express with TypeScript July 26, 2020 npm install typescript -s Inside our package.json we will put a script called tsc: "scripts": { "tsc": "tsc" }, npm run tsc -- --init References https://medium.com/javascript-in-plain-english/typescript-with-node-and-express-js-why-when-and-how-eb6bc73edd5d Related