Skip to content

Commit

Permalink
fix: add jest ignore line
Browse files Browse the repository at this point in the history
  • Loading branch information
marksyzm committed Sep 25, 2023
1 parent 38db60c commit 9fee298
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
"extends": "./tsconfig",
"exclude": [
"example",
"website"
]
}
"exclude": ["example", "website", "jest.config.ts"]
}

0 comments on commit 9fee298

Please sign in to comment.