Skip to content

Commit

Permalink
fix: tsc build (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
wespickett authored Feb 2, 2024
1 parent 58e29a9 commit 63ad2f1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,14 @@
"typeRoots": [
"node_modules/@types",
"./types"
]
],
"rootDir": "src"
},
"include": [
"src",
"jest.setup.ts"
"src"
],
"exclude": [
"node_modules"
"node_modules",
"**/*.test.*"
]
}

0 comments on commit 63ad2f1

Please sign in to comment.