UNPKG

voice-ai-workforce

Version:

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

25 lines 672 B
{ "compilerOptions": { "target": "ES2020", "lib": ["ES2020", "DOM", "DOM.Iterable"], "module": "ESNext", "skipLibCheck": true, "moduleResolution": "node", "allowSyntheticDefaultImports": true, "resolveJsonModule": true, "isolatedModules": true, "declaration": true, "outDir": "dist", "noEmit": false, "jsx": "react-jsx", "strict": false, "esModuleInterop": true }, "baseUrl": ".", "paths": { "@voice-ai-workforce/core": ["../core/src"], "@voice-ai-workforce/types": ["../types/src"] }, "include": ["src/**/*"], "exclude": ["dist", "node_modules", "**/*.test.tsx", "**/__tests__/**/*"] }