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)
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
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)2) there was no type exports for
env
- I added itI am using the env & api modules with this I get a clean
tsc
in my project