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
dts-critic could check an entire source directory with package.json, JS source and d.ts typings. In that case, it should also check that the "types" entry in package.json is a string and not some other type.
dts-critic could check an entire source directory with package.json, JS source and d.ts typings. In that case, it should also check that the
"types"entry in package.json is a string and not some other type.