I followed this tutorial to create a library for angular https://medium.com/@tomsu/how-to-build-a-library-for-angular-apps-4f9b38b0ed11
Everything is working fine. Now I want to use third party libraries. But I don't know where to tell angular to look for typings.d.ts and declare some types
declare var Foo: any;
Any ideas?