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
We want to take the `d.ts` files inside `generated` into a set of different `@types` packages. This infra all lives inside these files as multiple steps. For debugging you mostly want to run:
4
+
5
+
```sh
6
+
node deploy/createTypesPackages.js
7
+
```
8
+
9
+
Then look at `deploy/generated` to see the set of NPM packages.
0 commit comments