UNPKG

through2

Version:

Tiny utilities for inserting transformation logic into Node.js stream and Web Streams pipelines

26 lines (25 loc) 468 B
{ "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": [ "through2.js", "web.js" ], "exclude": [ "node_modules", "test" ] }