aboutsummaryrefslogtreecommitdiffstats
path: root/.npmignore
diff options
context:
space:
mode:
Diffstat (limited to '.npmignore')
-rw-r--r--.npmignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.npmignore b/.npmignore
new file mode 100644
index 0000000..2622b1d
--- /dev/null
+++ b/.npmignore
@@ -0,0 +1,5 @@
+**/*.ts
+!**/*.d.ts
+**/*.js.map
+node_modules/
+tsconfig.json \ No newline at end of file