vue3-google-signin icon indicating copy to clipboard operation
vue3-google-signin copied to clipboard

vite reports an error when building with vue-tsc

Open xiaoai7904 opened this issue 1 year ago • 1 comments

image

"scripts": { "start": "vite", "build:pro": "vue-tsc -b && vite build", "preview": "vite preview" }, "dependencies": { "@use-telegram-auth/client": "^1.0.5", "vue": "^3.4.31", "vue3-google-signin": "^1.3.5" }, "devDependencies": { "@vitejs/plugin-vue": "^5.0.5", "typescript": "^5.2.2", "vite": "^5.3.4", "vue-tsc": "^2.0.24" }

pnpm run build:pro error

xiaoai7904 avatar Jul 26 '24 03:07 xiaoai7904