feat: add advanced analytics and territory management system
- Add comprehensive analytics components with export functionality - Implement territory management with manager performance tracking - Add seatmap components for venue layout management - Create customer management features with modal interface - Add advanced hooks for dashboard flags and territory data - Implement seat selection and venue management utilities - Add type definitions for ticketing and seatmap systems 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
35
reactrebuild0825/functions/tsconfig.json
Normal file
35
reactrebuild0825/functions/tsconfig.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"module": "CommonJS",
|
||||
"noImplicitReturns": true,
|
||||
"noUnusedLocals": true,
|
||||
"outDir": "lib",
|
||||
"sourceMap": true,
|
||||
"strict": true,
|
||||
"target": "ES2020",
|
||||
"esModuleInterop": true,
|
||||
"skipLibCheck": true,
|
||||
"resolveJsonModule": true,
|
||||
"baseUrl": "./",
|
||||
"paths": {
|
||||
"@/*": ["./src/*"]
|
||||
}
|
||||
},
|
||||
"compileOnSave": true,
|
||||
"include": ["src"],
|
||||
"exclude": [
|
||||
"src/**/*.test.ts",
|
||||
"src/**/*.integration.test.ts",
|
||||
"src/stripeConnect.ts",
|
||||
"src/checkout.ts",
|
||||
"src/verify.ts",
|
||||
"src/disputes.ts",
|
||||
"src/orders.ts",
|
||||
"src/reconciliation.ts",
|
||||
"src/refunds.ts",
|
||||
"src/webhooks.ts",
|
||||
"src/claims.ts",
|
||||
"src/domains.ts",
|
||||
"src/api.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user