diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..5e0d64d --- /dev/null +++ b/.npmignore @@ -0,0 +1,3 @@ +node_modules/* +src/* +typings/* \ No newline at end of file diff --git a/tsconfig.json b/tsconfig.json index 9a070d2..a216d2d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,7 +10,6 @@ "exclude": [ "node_modules", "typings", - "**/*.d.ts", "**/*.spec.ts" ], "files": [