lob / lob-typescript-sdk

MIT License
11 stars 7 forks source link

fix: add types to exports in package.json #266

Closed davidyorr closed 1 year ago

davidyorr commented 1 year ago

Description

With "moduleResolution": "node16" in tsconfig.json I'm getting the error Could not find a declaration file for module '@lob/lob-typescript-sdk' '<project_root>/node_modules/@lob/lob-typescript-sdk/dist/index.mjs' implicitly has an 'any' type

I believe this fixes that

Story

Related PR's

Verify