I have been studying this angular 2 project and I don't understand, how src/custom-typings.d.ts is included? This file contains typescript custom type definitions. There is no import src/custom-typings.d.ts in the sources. I can rename this file as anything, I can put this file in any directory and this file will be inlcuded anyway. Even if I change extension to *.ts (not *.d.ts) it will be included.
I think that because of it my IDE is slow. How to disable auto search of type definitions in all *.ts files in the project? I want to include this file manually