UNPKG

@vectry/react

Version:

React integration for Vectry Analytics. Includes Context, Hooks, and transport for browser-based event tracking.

20 lines (19 loc) 467 B
{ "compilerOptions": { "target": "ES2020", "module": "ESNext", "lib": ["DOM", "ES2020"], "jsx": "react-jsx", "declaration": true, "declarationMap": true, "sourceMap": true, "moduleResolution": "node", "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "strict": true, "outDir": "dist", "baseUrl": "./src" }, "include": ["src"] }