Skip to content

Commit

Permalink
add **/dist to tsconfig exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
Zn4rK committed Oct 6, 2023
1 parent 974766e commit 0d3086c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@
"scripts",
],
},
"exclude": [
"**/dist"
]
}

0 comments on commit 0d3086c

Please sign in to comment.