solid-grecaptcha
Version:
> Package based on [solid-hcaptcha](https://github.com/Vexcited/solid-hcaptcha) using g-recaptcha of google
19 lines • 460 B
JSON
{
"compilerOptions": {
"strict": true,
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"jsx": "preserve",
"jsxImportSource": "solid-js",
"types": ["@types/grecaptcha"],
"declaration": true,
"outDir": "./dist/source",
"declarationDir": "./dist/types",
"isolatedModules": true,
"allowJs": true
},
"include": ["src"]
}