@tmcp/transport-stdio
Version:
Transport for TMCP using STDIO
17 lines (16 loc) • 317 B
JSON
{
"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"]
}