diff --git a/.changeset/itchy-ligers-give.md b/.changeset/itchy-ligers-give.md new file mode 100644 index 000000000..e73eb3d3f --- /dev/null +++ b/.changeset/itchy-ligers-give.md @@ -0,0 +1,5 @@ +--- +"claude-dev": minor +--- + +Fix Handle @withRetry() SyntaxError when running extension locally issue diff --git a/esbuild.js b/esbuild.js index e67886152..ada6c817f 100644 --- a/esbuild.js +++ b/esbuild.js @@ -125,6 +125,7 @@ const extensionConfig = { define: { "process.env.IS_DEV": JSON.stringify(!production), }, + tsconfig: path.resolve(__dirname, "tsconfig.json"), plugins: [ copyWasmFiles, aliasResolverPlugin,