Skip to content

Commit

Permalink
fix(gen): Isolates example generator to type commonjs
Browse files Browse the repository at this point in the history
resolves #5657
  • Loading branch information
wesleycoder committed May 8, 2024
1 parent 50d6b41 commit 0211ae4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/turbo-gen/src/templates/simple-js/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"type": "commonjs"
}
3 changes: 3 additions & 0 deletions packages/turbo-gen/src/templates/simple-ts/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"type": "commonjs"
}

0 comments on commit 0211ae4

Please sign in to comment.