awesome-links
awesome-links copied to clipboard
Typescript intellense not working
Hi, the awesome-links example doesn't trigger autocomplete intellisense in the IDE when accesing the prisma client in ctx, but this other example does.
Why is that? How can I make the intellisense work with awesome-links. I can't tell why it is not working.
Importing the Context type from the context file and manually assigning it to the ctx variable helps intellense figure out the prisma object is in ctx, but it doesn't generate suggestions beyond that.