You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. (see also: <https://blog.npmjs.org/post/165769683050/publishing-what-you-mean-to-publish.html>)
8
+
We manage our shipped files in a [`.npmignore`](../../.npmignore) file.
0 commit comments