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 2aeff91 commit d9e9e3cCopy full SHA for d9e9e3c
packages/vertex-sdk/build
@@ -28,6 +28,7 @@ npm exec tsc-multi
28
# No way to get that from index.ts because it would cause compile errors
29
# when building .mjs
30
DIST_PATH=./dist node ../../scripts/utils/fix-index-exports.cjs
31
+
32
# with "moduleResolution": "nodenext", if ESM resolves to index.d.ts,
33
# it'll have TS errors on the default import. But if it resolves to
34
# index.d.mts the default import will work (even though both files have
0 commit comments