TypeScript getting error TS2304: cannot find name ‘ require’

I am trying to get my first TypeScript and DefinitelyTyped Node.js application up and running, and running into some errors. I am getting the error “TS2304: Cannot find name ‘require’ ” when I attempt to transpile a simple TypeScript Node.js page. I have read through several other occurrences of this error on Stack Overflow, and I … Read more