Skip to content

Commit

Permalink
keep old behaviour for build
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Jan 31, 2025
1 parent b274389 commit 60b9d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $.cwd = join(import.meta.dirname, "..");
$.verbose = true;

const buildSteps = {
typescript: () => $`npx tsc`,
typescript: () => $`npx tsc --verbatimModuleSyntax false`,
updateVersion,
inlineInheritDoc,
processInvariants,
Expand Down

0 comments on commit 60b9d33

Please sign in to comment.