You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey folks,
I think there is a proper NPM package distribution missing. Everything else is in place IMO (there is a proper
reference in the package.json to allow TypeScript tsc use automatic types resolution properly): https://github.com/yargs/y18n/blob/v5.0.0/package.json#L11
what's missing is publishing this file to NPM registry:
@types/y18n are 5 years old.
I see your project is already in typescript, but you are not exporting
*.d.ts
to npmalso in deno.ts you have
build/lib/index.d.ts
but by npm this file is missingThe text was updated successfully, but these errors were encountered: