Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nuxi typecheck does not works with alias imports (server) #455

Open
Barbapapazes opened this issue Jul 31, 2024 · 2 comments
Open

nuxi typecheck does not works with alias imports (server) #455

Barbapapazes opened this issue Jul 31, 2024 · 2 comments

Comments

@Barbapapazes
Copy link

Hello,

You can reproduce by using this repo: https://github.com/Barbapapazes/nuxt-typecheck.

Without the #import, no errors are reported but by adding #import alias (from the generated tsconfig.json), the tsc fails with this error:

> nuxt-app@ typecheck /Users/esoub/dev/p/nuxt-typecheck
> nuxt typecheck

server/api/index.ts:1:10 - error TS2305: Module '"#imports"' has no exported member 'useNitroApp'.

1 import { useNitroApp } from "#imports";
           ~~~~~~~~~~~


Found 1 error in server/api/index.ts:1


 ERROR  Command failed with exit code 2: npx -p vue-tsc -p typescript vue-tsc --noEmit 
@Barbapapazes
Copy link
Author

This issue is also present in the module template and seems to be related to the server part.

@Barbapapazes Barbapapazes changed the title nuxi typecheck does not works with alias imports nuxi typecheck does not works with alias imports (server) Jul 31, 2024
@RafalKornel
Copy link

Any updates? I also encountered this issue, where with "typescript.typeCheck": true inside nuxt.config.ts nuxt throws errors about not finding imports inside #imports alias... But types are picked up correctly from my IDE...

  "dependencies": {
    "nuxt": "^3.12.4",
    "vue": "^3.4.38"
  },
  "devDependencies": {
    "typescript": "^5.5.4",
    "vue-tsc": "^2.0.29"
  }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants