When you init a project using stellar scaffold init my-project, and run the repo using npm run start, vite throws a warning that goes:
Unable to interop export * from '@stellar/stellar-sdk' in /home/nitishc/progmag/namaskaram/packages/guess_the_number/dist/index.js, this may lose module exports. Please export "@stellar/stellar-sdk" as ESM or use named exports instead, e.g. export { A, B } from "@stellar/stellar-sdk"