Skip to content

Commit

Permalink
fix(js-client): exclude dist from tsconfig.json
Browse files Browse the repository at this point in the history
not excluding dist would result in an error trying to run tests after
the client has been built
  • Loading branch information
mathewmeconry committed Nov 15, 2023
1 parent a4a768b commit 878b2ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/js-client/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@
"resolveJsonModule": true,
// TODO remove once generics are implemented in ContextCore
"useDefineForClassFields": false
}
},
"exclude": ["./dist/"]
}

0 comments on commit 878b2ee

Please sign in to comment.