UNPKG

@phntms/react-gtm

Version:

A lightweight React library to implement custom Google Tag Manager events.

16 lines (15 loc) 287 B
/** * @type {jest.ProjectConfig} */ module.exports = { roots: ["<rootDir>/test"], transform: { "^.+\\.tsx?$": "ts-jest", }, moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"], globals: { "ts-jest": { tsConfig: "tsconfig.test.json", }, }, };