diff --git a/.npmignore b/.npmignore index d91b773..ace44d7 100644 --- a/.npmignore +++ b/.npmignore @@ -10,4 +10,10 @@ config.json package-lock.json .eslintrc.json .eslintignore -node_modules/@types/* \ No newline at end of file +node_modules/@types/* +# including the files for template +!templates/**/tsconfig.json +!templates/**/*.md +!templates/**/*.ts +!templates/**/tests +!templates/**/docs \ No newline at end of file