I have the following typescript modules,
server.ts
// server.ts import express from \'express\'; const app = express(); module.exports = { App: app,