Cloned the tslint repository, did npm install and grunt, as told in the README, and opened the folder in Visual Studio Code (0.9.1). Looking at any .ts file - src/rules/typedefRule.ts, say - gives TypeScript errors on require "typescript": Cannot find module 'typescript'.
The typescript module is in the node_modules folder, but VSC doesn't seem to know about that. How do I tell it to?