Skip to content

Commit

Permalink
chore: update tsconfig exclude (#3288)
Browse files Browse the repository at this point in the history
  • Loading branch information
btea committed Dec 5, 2023
1 parent 6be8037 commit 3e39c57
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,12 @@
"jsx": "preserve",
"lib": ["esnext", "dom", "dom.iterable"]
},
"exclude": ["**/node_modules/**", "**/dist/**", "template"]
"exclude": [
"**/node_modules/**",
"**/dist/**",
"template",
"bin",
"docs/snippets",
"scripts"
]
}

0 comments on commit 3e39c57

Please sign in to comment.