hdresearch / nolita

Work with web-enabled agents quickly — whether running a quick task or bootstrapping a full-stack product.
https://nolita.ai
MIT License
85 stars 5 forks source link

package: fix type declaration resolution #39

Closed matildepark closed 4 months ago

matildepark commented 4 months ago

Right now when you import Nolita as a package it can't resolve the types for our classes. We need to tell it where to find our index.d.ts, now that we bundle it in the types folder (I believe this happened as part of #33).