Open amostergaard opened 8 hours ago
Start a new pull request in StackBlitz Codeflow.
Not sure if this is related, but there seems to be an issue with the latest version of typescript and vue-tsc
. This might be an upstream issue (that will hopefully get fixed somewhat soon).
Environment
Build Modules: -
Reproduction
https://stackblitz.com/edit/github-qagkk8
Describe the bug
Hello,
I'm running into an issue where typechecking is no longer working in
nuxt@3.14.1592
.To reproduce the issue:
npm install
(to triggernuxt prepare
)npm run check-types
(which is just a wrapper fornuxt typecheck
)Result: The built-in Nuxt 3 typechecking functionality is broken. When the command from (3) is run, an error is thrown that the search string
"/supportedTSExtensions = .*(?=;)/"
is not found.Desired behaviour: I'd like to fix the issue so that typechecking works again. We use this in CI, and it's an important alarm bell for us.
Additional context
Logs