UNPKG

fib-flow

Version:

A robust workflow management system for fibjs with task orchestration, state management, and distributed execution capabilities

15 lines (14 loc) 311 B
{ "compilerOptions": { "target": "ES2020", "module": "CommonJS", "strict": true, "noEmit": true, "esModuleInterop": true, "resolveJsonModule": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "lib": ["ES2020"] }, "include": ["lib/types/**/*.ts"] }