We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5349c08 commit ff0a318Copy full SHA for ff0a318
scripts/build
@@ -32,7 +32,7 @@ npm exec tsc-multi
32
# copy over handwritten .js/.mjs/.d.ts files
33
cp src/_shims/*.{d.ts,js,mjs,md} dist/_shims
34
cp src/_shims/auto/*.{d.ts,js,mjs} dist/_shims/auto
35
-# we need to add exports = module.exports = Anthropic TypeScript to index.js;
+# we need to add exports = module.exports = Anthropic to index.js;
36
# No way to get that from index.ts because it would cause compile errors
37
# when building .mjs
38
node scripts/utils/fix-index-exports.cjs
0 commit comments