Skip to content

Commit

Permalink
chore(): exclude docs dir
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagosiebler committed Jan 18, 2024
1 parent 0786615 commit 24698ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"outDir": "lib"
},
"include": ["src/**/*", "src/.ts"],
"exclude": ["node_modules", "**/node_modules/*", "coverage", "doc"]
"exclude": ["node_modules", "**/node_modules/*", "coverage", "docs"]
}

0 comments on commit 24698ca

Please sign in to comment.