UNPKG
@technoapple/ga4
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
TypeScript Node.js library to support GA4 analytics.
github.com/technoapple/ga4
technoapple/ga4
@technoapple/ga4
/
tsconfig.module.json
12 lines
•
221 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"extends"
:
"./tsconfig"
,
"compilerOptions"
:
{
"target"
:
"esnext"
,
"outDir"
:
"build/module"
,
"module"
:
"esnext"
}
,
"exclude"
:
[
"node_modules/**"
,
"src/cli/**/*.ts"
]
}