mcp-ga4-data
Version:
Google Analytics 4 Data API tools via Model Context Protocol
16 lines • 500 B
JSON
{
"compilerOptions": {
"target": "ES2020", // Of nieuwer
"module": "NodeNext", // Gebruik moderne Node.js module resolutie
"moduleResolution": "NodeNext",
"outDir": "./dist",
"rootDir": "./src",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true // Belangrijk voor google-auth-library
},
"include": ["src/**/*"],
"exclude": ["node_modules"]
}