Mirror: 🎩 A tiny but capable push & pull stream library for TypeScript and Flow

add root (#120)

Tanmen a3b4a245 b1e1678b

Changed files
+1
+1
rollup.config.js
···
exclude: ['src/**/*.test.ts', '**/__tests__/*'],
compilerOptions: {
sourceMap: true,
+
sourceRoot: './',
noEmit: false,
declaration: true,
declarationDir: './dist/types/',