I\'m working in typescript 1.5 in visual studio. I have a main class called app.ts, and another called FizzBuzzManager.ts. I can\'t figure out what is wrong with this code,
TypeError: jim.FizzBuzzManager is not a constructor
This is a common error when you use --out : https://basarat.gitbook.io/typescript/main-1/outfile
--out
You are responsible for loading the files in the right order. Don't use out and use external modules