tangled
alpha
login
or
join now
kitten.sh
/
wonka
Mirror: 🎩 A tiny but capable push & pull stream library for TypeScript and Flow
0
fork
atom
overview
issues
pulls
pipelines
add root (#120)
authored by
Tanmen
and committed by
GitHub
3 years ago
a3b4a245
b1e1678b
options
unified
split
Changed files
+1
rollup.config.js
+1
rollup.config.js
···
25
25
exclude: ['src/**/*.test.ts', '**/__tests__/*'],
26
26
compilerOptions: {
27
27
sourceMap: true,
28
28
+
sourceRoot: './',
28
29
noEmit: false,
29
30
declaration: true,
30
31
declarationDir: './dist/types/',