UNPKG

@technoapple/ga4

Version:

TypeScript Node.js library to support GA4 analytics.

12 lines 221 B
{ "extends": "./tsconfig", "compilerOptions": { "target": "esnext", "outDir": "build/module", "module": "esnext" }, "exclude": [ "node_modules/**", "src/cli/**/*.ts" ] }