Open seriiserii825 opened 1 year ago
I have the same problem
While waiting for the update, a temporary fix is to create your declaration file and include it in your tsconfig.json
.
types/vue3-recaptcha2.d.ts
declare module 'vue3-recaptcha2'
tsconfig.json
{
"compilerOptions": {
"include": [ "types/**/*.d.ts" ],
}
}
Hi, i have an problem with typescript in vue3 composition api for build.
I fixed directly in node_modules in vue3-recaptcha2/package.json, replaced this code:
Can you update the package?