Skip to content

Commit

Permalink
chore: update tsconfig.json for test/**/*.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
usualoma committed May 29, 2024
1 parent 8bc4b2a commit 32c09a9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@
"jest",
"node",
],
"rootDir": "./src",
"rootDir": ".",
"outDir": "./dist",
},
"include": [
"src/**/*.ts"
"src/**/*.ts",
"test/**/*.ts"
],
}

0 comments on commit 32c09a9

Please sign in to comment.