bl
Version:
Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too
25 lines (24 loc) • 471 B
JSON
{
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"strict": true,
"esModuleInterop": true,
"target": "ESNext",
"module": "nodenext",
"moduleResolution": "nodenext",
"skipLibCheck": true,
"types": ["node"],
"declaration": true,
"declarationMap": true,
"emitDeclarationOnly": true,
"outDir": "types"
},
"include": [
"BufferList.js",
"BufferListStream.js"
],
"exclude": [
"node_modules"
]
}