Skip to content

Commit 44514ab

Browse files
committed
docs: dev shipped files
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 74c6e7c commit 44514ab

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/dev/shipped-files.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Shipped files
2+
3+
Of cause, we ship the build results (JavaScript and type definitions).
4+
5+
We also ship our sources (TypeScript), so that downstream users can work with them directly with own compilers/builders/packers.
6+
And we ship all the build instructions we used.
7+
Background: our source code requires some special TypeScript compiler options; downstream users might need our special build options, when they work with our shipped sources.
8+
We manage our shipped files in a [`.npmignore`](../../.npmignore) blacklist.

0 commit comments

Comments
 (0)