We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b0ea7b commit 6d9fc82Copy full SHA for 6d9fc82
package.json
@@ -24,7 +24,7 @@
24
"AsyncIterator"
25
],
26
"scripts": {
27
- "build": "tsc --build tsconfig.json && echo 'examples/\n*.tsbuildinfo' > dist/.npmignore",
+ "build": "tsc --build tsconfig.json && echo 'examples/\n*.tsbuildinfo\n*.test.*\n*.d.ts.map' > dist/.npmignore",
28
"build:docs": "typedoc src/index.ts",
29
"example:iterable-mapper": "ts-node -r tsconfig-paths/register examples/iterable-mapper.ts",
30
"example:iterable-queue-mapper": "ts-node -r tsconfig-paths/register examples/iterable-queue-mapper.ts",
0 commit comments