N
Nuxt11mo ago
Flo

Autoloading makes things complicated - today: Interfaces for custom module

Probably just a user error... is there a location where I can put my interfaces to be picked up automatically so I don't have to import them everytime I need them?
2 Replies
Cue
Cue10mo ago
Create a declaration file in your project room and define them there?
Flo
FloOP10mo ago
I tried that. Either I'm doing it wrong, or it doesn't work in the modules-directory.

Did you find this page helpful?