kylyi
Partial autoimport from layers
I am trying to build an app that uses multiple layers. For some layers, I would like to turn off the implicit autoimported dirs (
./composables
, ./utils
)
Let's have the following example:
File structureI would like the
useStuff1
to be autoimported, while useStuff2.ts
not. Is that currently possible?10 replies