diff --git a/.npmignore b/.npmignore index e69de29..3001bdf 100644 --- a/.npmignore +++ b/.npmignore @@ -0,0 +1,12 @@ +# White-list approach + +* + +!LICENSE +!README.md +!package.json +!tsconfig.json +!.prettierrc +!.gitignore +!/src/** +!/dist/** \ No newline at end of file