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
/
babel.config.js
6 lines
•
138 B
JavaScript
View Raw
1
2
3
4
5
6
module
.
exports
= { presets: [ [
'@babel/preset-env'
, {targets: {node:
'current'
}}],
'@babel/preset-typescript'
, ], };