thepassle / app-tools

128 stars 8 forks source link

fix: include type files/info in npm package for api/dialog/env #16

Closed daKmoR closed 1 year ago

daKmoR commented 1 year ago

1) the types.d.ts files have been missing in the npm packages of api and dialog By renaming the files from .d.ts => .ts tsc will copy them over accordingly. (Router has a similar issue but there I got a type issue when renaming to TS and I'm not sure what the fix would be)

image

2) there was no type exports for env - I added it

I am using the env & api modules with this I get a clean tsc in my project

thepassle commented 1 year ago

Fixed it in https://github.com/thepassle/app-tools/commit/93fe3ccb513dc9306d8f56e78140d932593288c6, published as 0.9.6

daKmoR commented 1 year ago

thaaankksss 💪