Skip to content

Commit

Permalink
Revert "chore: include tests into tsconfig #368"
Browse files Browse the repository at this point in the history
This reverts commit 401d51a.
  • Loading branch information
BenediktMehl authored and mylinhdao committed Jun 3, 2024
1 parent 2818088 commit 7dcb6b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"resolveJsonModule": true,
"strict": true
},
"exclude": ["resources", "node_modules", "test"]
"exclude": ["resources", "node_modules", "test", "src/**/*.test.ts"]
}

0 comments on commit 7dcb6b9

Please sign in to comment.