Skip to content

Commit

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

0 comments on commit 4951b6e

Please sign in to comment.