Sometimes, during client side development in TypeScript, your project might not compile. Not because of your fault, but because you don't have a declaration files for libraries you are using (my typical case), or because these libraries could be outdated (never happened to me yet). Still, you need to make