Skip to content

Commit

Permalink
Update config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Duorly committed Jun 19, 2024
1 parent b9c516d commit 50194f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/nest-s3/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"outDir": "../../dist/libs/nest-s3"
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist", "test", "**/*spec.ts"]
"exclude": ["node_modules", "dist", "test", "**/*spec.ts", "docs"]
}
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
],
"exclude": [
"node_modules",
"dist"
"dist",
"docs"
],
"paths": {
"@open-nebel/nest-s3": [
Expand Down

0 comments on commit 50194f3

Please sign in to comment.