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
{{ message }}
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.
Likely introduced after #28 / #29. #39 did not fix it. This was introduced because our dependency on gluegun made it so that types needed to go into their own folder; but no matter what we seem to clobber our types, because we have both declarations and exported types (unless someone can correct me on this, I don't know TS all that well).
We probably need to remove declarationDir from tsconfig and then use a different dependency for the CLI wizard. gluegun's automatic importer basically kept choking on declarations trying to read them as commands to use. If we can stop the importer from running, and instead manually specify commands, we could probably fix this, too.
The text was updated successfully, but these errors were encountered:
Likely introduced after #28 / #29. #39 did not fix it. This was introduced because our dependency on gluegun made it so that types needed to go into their own folder; but no matter what we seem to clobber our types, because we have both declarations and exported types (unless someone can correct me on this, I don't know TS all that well).
We probably need to remove
declarationDir
from tsconfig and then use a different dependency for the CLI wizard. gluegun's automatic importer basically kept choking on declarations trying to read them as commands to use. If we can stop the importer from running, and instead manually specify commands, we could probably fix this, too.The text was updated successfully, but these errors were encountered: