We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 339a510 commit 1a2ea69Copy full SHA for 1a2ea69
.npmignore
@@ -1,2 +1,11 @@
1
# Exclude TypeScript source files
2
src/
3
+tsconfig.json
4
+tslint.json
5
+
6
+# Lockfiles should not be in final package
7
+yarn.lock
8
9
+# Exclude CI configuration
10
+.travis.yml
11
+.editorconfig
0 commit comments