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

add root (#120)

authored by Tanmen and committed by GitHub a3b4a245 b1e1678b

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