Skip to content

Commit

Permalink
feat(vertex): support tools
Browse files Browse the repository at this point in the history
(this is an empty commit to trigger a release)
  • Loading branch information
RobertCraigie authored and stainless-app[bot] committed May 30, 2024
1 parent 2aeff91 commit d9e9e3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vertex-sdk/build
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ npm exec tsc-multi
# No way to get that from index.ts because it would cause compile errors
# when building .mjs
DIST_PATH=./dist node ../../scripts/utils/fix-index-exports.cjs

# with "moduleResolution": "nodenext", if ESM resolves to index.d.ts,
# it'll have TS errors on the default import. But if it resolves to
# index.d.mts the default import will work (even though both files have
Expand Down

0 comments on commit d9e9e3c

Please sign in to comment.