Typescript: “Cannot find module” with valid typings
问题 I just started a new nodejs project using typescript. I installed Typings (https://github.com/typings/typings) and used that to install reference files for node v4.x and express v4.x. My node version is v4.2.6 My typescript version is v1.7.5 My project directory is laid out thus: package.json tsconfig.json typings.json src/ app.ts typings/ main.d.ts main/ambient/node/node.d.ts main/ambient/express/express.d.ts The contents of typings/main.d.ts are as follows: /// <reference path="main/ambient