Skip to content

Commit

Permalink
Merge pull request #27 from nextcloud-libraries/fix/do-not-include-te…
Browse files Browse the repository at this point in the history
…sts-in-dis

fix: Do not include test files in `dist`
  • Loading branch information
st3iny authored Jun 19, 2024
2 parents ae4cfdb + ff89a7f commit c70c535
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"include": ["lib/**/*.ts"],
"exclude": ["lib/**/*.spec.ts"],
"compilerOptions": {
"rootDir": "lib",
"target": "ESNext",
Expand Down

0 comments on commit c70c535

Please sign in to comment.