Skip to content

Commit

Permalink
fix: exclude documentation from library build
Browse files Browse the repository at this point in the history
Fixes #105
  • Loading branch information
andreialecu committed Feb 10, 2021
1 parent b27231d commit 6826aa0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"targets": [
"commonjs",
"module",
"typescript"
["typescript", { "project": "tsconfig.build.json" }]
]
},
"dependencies": {
Expand Down
4 changes: 4 additions & 0 deletions tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"extends": "./tsconfig.json",
"exclude": ["./example", "./documentation"]
}

0 comments on commit 6826aa0

Please sign in to comment.