From acf0aa7571425c8582740616e24883c2ec65218b Mon Sep 17 00:00:00 2001 From: Robert Craigie Date: Thu, 30 May 2024 16:42:08 +0100 Subject: [PATCH] feat(vertex): support tools (this is an empty commit to trigger a release) --- packages/vertex-sdk/build | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/vertex-sdk/build b/packages/vertex-sdk/build index 23c1d98d..3bb0ece2 100644 --- a/packages/vertex-sdk/build +++ b/packages/vertex-sdk/build @@ -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