You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running nuxt typecheck in a project without .nuxt directory @nuxt/kit creates an alias for #build, but does not create an alias for #build/* in tsConfig.compilerOptions.paths which causes typecheck to fail.
When running
nuxt typecheck
in a project without.nuxt
directory@nuxt/kit
creates an alias for#build
, but does not create an alias for#build/*
in tsConfig.compilerOptions.paths which causes typecheck to fail.Creating empty
.nuxt
directory or swapping linescli/src/commands/typecheck.ts
Line 42 in 34e6224
cli/src/commands/typecheck.ts
Line 43 in 34e6224
nuxt prepare
command allows@nuxt/kit
to add#build/*
alias intsconfig.json
which causes typecheck to succeed.The text was updated successfully, but these errors were encountered: