After cloning the tslint
repository, running npm install
and grunt
as instructed in the README, I opened the folder in Visual Studio Code (0.9.1). Upon inspecting a .ts
file such as src/rules/typedefRule.ts
, TypeScript errors appeared regarding the require "typescript"
: Cannot find module 'typescript'.
Although the typescript
module is located in the node_modules
folder, Visual Studio Code does not seem to recognize it. How can I instruct it to do so?