UNPKG

voice-ai-workforce

Version:

Voice AI assistant for workforce management - hands-free task updates, time tracking, and team communication. Built by VenueBoost Inc.

16 lines 399 B
{ "compilerOptions": { "target": "ES2020", "module": "CommonJS", "declaration": true, "outDir": "dist", "strict": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "skipLibCheck": true, "noEmit": false, "moduleResolution": "node" }, "include": ["src/**/*"], "exclude": ["dist", "node_modules", "**/*.test.ts", "**/__tests__/**/*"] }