Closed
Description
I'd like to override the webworker
lib in my project's TypeScript installation. With other libraries, e.g. dom
, this is possible because the dom.generated.d.ts
file is being published to npm as @types/web
.
However, I can't see webworker.generated.d.ts
being published to any npm packages. In the deploy
folder there is some infrastrucutre for publishing it as @types/webworker
(e.g. this README), but https://www.npmjs.com/package/@types/webworker doesn't exist and returns a 404.
All the other packages published from this repo are in the packages
array in deploy/createTypesPackages.
Metadata
Metadata
Assignees
Labels
No labels