Skip to content

Commit

Permalink
fix: tsconfig for test
Browse files Browse the repository at this point in the history
  • Loading branch information
sota1235 committed Nov 6, 2024
1 parent 592dcca commit 4b9e4f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"src/**/*"
],
"exclude": [
"node_modules"
"node_modules",
"src/**/*.test.ts",
]
}
3 changes: 1 addition & 2 deletions tsconfig.publish.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"extends": "./tsconfig.json",
"exclude": ["src/**/*.test.ts"]
"extends": "./tsconfig.json"
}

0 comments on commit 4b9e4f3

Please sign in to comment.