Skip to content

Commit

Permalink
feat(client): add commonjs support
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoBechtel committed Nov 15, 2022
1 parent 5d816e2 commit ac670dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"outputs": ["{options.outputPath}"],
"options": {
"outputPath": "dist/packages/client",
"format": ["esm"],
"format": ["esm", "cjs"],
"main": "packages/client/src/index.ts",
"tsConfig": "packages/client/tsconfig.lib.json",
"assets": [
Expand Down

0 comments on commit ac670dc

Please sign in to comment.