Thank you for your work for a better support ofscript setup When upgrading an application to use v6.3.5, we encounter the following error with Vue 3 components usingscript setup: ERROR in src/App.vue:7:24 TS2306
vue(2,27): TS2306: File '/app/JSModule.vue' is not a module. Same result regardless of allowJs setting in tsconfig.json. No issues when running tsc -p . --noEmit or ts-loader withtranspileOnly: false Importing vue components with TS works fine from both plain .ts and ts-enabled ....