UNPKG

@strawberrydigital/ecom-data-layers

Version:

A library for implementing event-driven GTM data layers with a focus on ecommerce projects.

17 lines (16 loc) 300 B
{ "compilerOptions": { "module": "commonjs", "target": "ES6", "sourceMap": true, "outDir": "dist", // Strict checks "alwaysStrict": true, "allowUnreachableCode": false, "noImplicitAny": true, "strictNullChecks": true }, "exclude": [ "node_modules" ] }