UNPKG

@tmcp/transport-sse

Version:

Transport for TMCP using Server-Sent Events

17 lines (16 loc) 317 B
{ "compilerOptions": { "target": "esnext", "module": "nodenext", "moduleResolution": "nodenext", "allowJs": true, "checkJs": true, "declaration": true, "emitDeclarationOnly": false, "strict": true, "noEmit": true, "skipLibCheck": true }, "include": ["src/**/*"], "exclude": ["node_modules"] }