Skip to content

Commit

Permalink
feat(test): exclude test on tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Dec 29, 2023
1 parent 0da799e commit 92d78d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true
},
"include": ["src"]
"include": ["src"],
"exclude": ["**/*.test.ts", "test/**", "node_modules"]
}

0 comments on commit 92d78d7

Please sign in to comment.