Skip to content

Commit c5de50f

Browse files
authored
[3093] Fix Handle @withRetry() SyntaxError when running extension locally issue (RooCodeInc#3190)
1 parent 77c9863 commit c5de50f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/itchy-ligers-give.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"claude-dev": minor
3+
---
4+
5+
Fix Handle @withRetry() SyntaxError when running extension locally issue

esbuild.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ const extensionConfig = {
125125
define: {
126126
"process.env.IS_DEV": JSON.stringify(!production),
127127
},
128+
tsconfig: path.resolve(__dirname, "tsconfig.json"),
128129
plugins: [
129130
copyWasmFiles,
130131
aliasResolverPlugin,

0 commit comments

Comments
 (0)