typescript-tools icon indicating copy to clipboard operation
typescript-tools copied to clipboard

Following Angular2's quickstart - can't find the tsconfig.json (or doesn't read it)

Open hristod opened this issue 10 years ago • 1 comments

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?

hristod avatar Nov 23 '15 19:11 hristod

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ˋ.

clausreinke avatar Jul 10 '16 18:07 clausreinke