wavezync / vue3-google-signin

Google OAuth2 plugin for Vue3 Apps. This uses latest Google Identity Service Library. It also provides set of composables which can be used easily to implement different authentication strategies
https://vue3-google-signin.wavezync.com/
MIT License
152 stars 17 forks source link

vite reports an error when building with vue-tsc #81

Open xiaoai7904 opened 1 month ago

xiaoai7904 commented 1 month ago
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

kasvith commented 1 month ago

interesting, can you provide a reproducible?