typescript-tools
typescript-tools copied to clipboard
Following Angular2's quickstart - can't find the tsconfig.json (or doesn't read it)
I am following Angular2's quickstart guide and I can't seem to make TSS read the tsconfig.json. Maybe I am doing something wrong... I am following the tutorial step by step. If anyone using TSS has made it work, would you share how?
not sure whether this is still relevant, but check the tsconfig.json section in the handbook: as soon as files arguments are provided, tsconfig.json is ignored. Otherwise, ˋtssˋ behaves like ˋtscˋ, so you might need to provide a ˋ--projectˋ.