clausreinke / typescript-tools

(repo no longer active) Tools related to the TypeScript language
Apache License 2.0
266 stars 29 forks source link

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

Open hristod opened 8 years ago

hristod commented 8 years ago

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?

clausreinke commented 7 years ago

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