@phntms/react-gtm
Version:
A lightweight React library to implement custom Google Tag Manager events.
26 lines (25 loc) • 627 B
JSON
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"lib": ["dom", "es2015"],
"jsx": "react",
"declaration": true,
"declarationMap": true,
"sourceMap": true,
"outDir": "./lib",
"rootDir": "./src",
"strict": true,
"noImplicitAny": true,
"strictNullChecks": true,
"strictPropertyInitialization": true,
"noImplicitThis": true,
"alwaysStrict": true,
"noImplicitReturns": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"suppressImplicitAnyIndexErrors": true
},
"include": ["src/**/*.ts"],
"exclude": ["test/**/*"]
}