-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Labels
Description
Environment
- Operating System: Linux
- Node Version: v20.19.1
- Nuxt Version: 4.0.2
- CLI Version: 3.27.0
- Nitro Version: 2.12.4
- Package Manager: pnpm@8.15.6
- Builder: -
- User Config: compatibilityDate, devtools, typescript
- Runtime Modules: -
- Build Modules: -
Reproduction
Describe the bug
Nuxt will not typecheck the codebase when setting the typescript.typeCheck
to build
on nuxt config.
I have placed both typescript errors in app.vue
and server/routes/health.ts
files and no errors are thrown on build. Running nuxt typecheck directly will only throw the app.vue error and not the one on the server directory.
Additional context
No response
Logs
joemaylor