Closed davidyorr closed 1 year ago
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
"moduleResolution": "node16"
tsconfig.json
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
Description
With
"moduleResolution": "node16"
intsconfig.json
I'm getting the errorCould 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