@whotechs/react-gdpr-cookie-banner
Version:
A modern, customizable GDPR & Google Consent Mode v2 compliant cookie consent banner
18 lines • 436 B
JSON
{
"compilerOptions": {
"target": "es5",
"module": "esnext",
"lib": ["dom", "esnext"],
"jsx": "react",
"declaration": true,
"declarationDir": "dist",
"strict": true,
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
},
"include": ["src"],
"exclude": ["node_modules", "dist"]
}