I just started playing with the \"atom-typescript\" plugin as referenced here:
Getting Started With TypeScript
The page states that to utilize atom-typescript, w
install typescript,then excute "tsc --init" command in shell. will generate tsconfig.json file.