UNPKG

react-analytics-tracker

Version:

react-analytics-tracker is a React component for tracking user interactions and events on your web application. This component captures click and view events, collects various data points, and reports them to a specified endpoint.

20 lines (19 loc) 451 B
{ "compilerOptions": { "target": "es5", "module": "esnext", "declaration": true, "outDir": "dist", "strict": true, "removeComments": true, "pretty": true, "jsx": "react", "esModuleInterop": true, "skipLibCheck": true, "noEmit": true, "forceConsistentCasingInFileNames": true, "allowImportingTsExtensions": true }, "include": ["src"], "exclude": ["node_modules", "dist"] }