I am very new to typescript. Whatever typings I try to install, I get:
typings ERR! message Attempted to compile "angular" as an external module, but it looks like a global module.
I am just trying to do
typings install dt~angular
What am I doing wrong?
Update: If you are coming here with little knowledge (as I was when writing this question) - consider using npm/@types. More info and discussion.