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
Don't know if this is intentional or is an unintended bug.
Currently if package.json/typings property is not specified, it defaults to read /index.d.ts, even if package.json/main is specified as things like dist/index.js.
In contrast, normal (relative) resolution would look for .d.ts next to the .js file.
Should tsc also tries to look up dist/index.d.ts in the above case?