### Environment - Operating System: Windows_NT - Node Version: v18.15.0 - Nuxt Version: 3.7.1 - CLI Version: 3.8.3 - Nitro Version: 2.6.3 - Package Manager: pnpm@8.7.1 - Builder: - - User Config: ssr, modules, ionic, vite - Runtime Modules: @nuxtjs/ionic@0.12.1, nuxt-electron@0.6.0 - Build Modules: - ### Reproduction Upgrade nuxt project to use `typescript@5.2.2` ### Describe the bug Since upgrading to `typescript@5.2.2` I get the following error in the self-generated `tsconfig.json`  ```json { "extends": "./.nuxt/tsconfig.json" } ``` ### Additional context The root cause of the issue is actually due to the "#pwa" types path in the auto-generated `ts-config.json`  ### Logs _No response_