Skip to content

Commit

Permalink
fix: JSON is why we cannot have good things
Browse files Browse the repository at this point in the history
  • Loading branch information
atlj committed Jul 5, 2024
1 parent 7c4ccf2 commit d0b1ad2
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,9 @@
"source": "src",
"output": "lib",
"targets": [
<% if (project.arch !== 'legacy') { -%>
"codegen",
<% } -%>
[
"commonjs",
{
Expand All @@ -180,12 +183,7 @@
{
"project": "tsconfig.build.json"
}
<% if (project.arch !== 'legacy') { -%>
],
"codegen"
<% } else { -%>
]
<% } -%>
]
<% if (project.arch !== 'legacy') { -%>
},
Expand Down

0 comments on commit d0b1ad2

Please sign in to comment.