Lautaro Pereyra

Results 2 comments of Lautaro Pereyra

This worked for me: 1. Create a declaration file: ```typescript // unplugin-icons.d.ts declare module '~icons/*' { let i: any export = i } ``` 2. Add it in your `tsconfig.json`...

I think it would make sense to have this feature by default since we already have it in the pages directory. It would be helpful to intuitively organize some components...