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
added generic human.d.ts that re-exports types for all human variations
when using named imports and tsc complains about it cannot find type declarations, simply add line
automate discovery of ts typings for non-default imports
when using named import like:
tsc complains:
issue is like simply that
tsc
doesnt know where to look for themeasiest thing is to create
human.d.ts
with:and reference it in
tsconfig.json
there should be a nice way to automate this
The text was updated successfully, but these errors were encountered: