Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/dev/shipped-files.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Shipped files

Of cause, we ship the build results (JavaScript and type definitions).

We also ship our sources (TypeScript), so that downstream users can work with them directly with own compilers/builders/packers.
And we ship all the build instructions we used.
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. (see also: <https://blog.npmjs.org/post/165769683050/publishing-what-you-mean-to-publish.html>)
We manage our shipped files in a [`.npmignore`](../../.npmignore) file.
Loading