Skip to content

Commit

Permalink
fix excludes again
Browse files Browse the repository at this point in the history
  • Loading branch information
yunapotamus committed May 29, 2023
1 parent a38b7c8 commit 0134c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

{
"extends": "./tsconfig",
"exclude": ["TestProject"]
"exclude": ["BuildProject", "TestProject"]
}

0 comments on commit 0134c7d

Please sign in to comment.