Usually when I want to navigate to the definition in vs code I get an annoying popup that gives me to select between .d.ts file and my file

I wanted to remove that and make it navigate to my file always. I changed this
, but now it always goes to the .d.ts file. How can I make it go to my component declaration instead?