Describe the bug
When I am trying to use toolkit as Nuxt layer, I see following error during typecheck:
../components/exactpro-docs/Logo.vue:19:26 - error TS2307: Cannot find module '../../assets/img/exactpro-logo.svg' or its corresponding type declarations.
19 import fallbackLogo from '../../assets/img/exactpro-logo.svg'
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Found 1 error in ../components/exactpro-docs/Logo.vue:19
To Reproduce
Steps to reproduce the behavior:
- Download repository
- Run
npm install
- Run
npx nuxi typecheck docs/
- See error
Expected behavior
No errors during typecheck.