Now that you can use the ts_config rule to represent tsconfig.json#extends dependencies on other tsconfig.json files, the extends[] feature in ts_project is kinda wrong. You have to list the whole transitive array rather than just the one tsconfig file you directly reference. Also you can't tell locally from reading a tsconfig.json file what the correct value of extends should be