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
I think it's used for dot-paths (like foo.bar). When TS 4.7 is out (required to move to ESM), we can update dot-prop and get type-safe dot paths, which may make it possible to remove that line.
This line makes Typescript accept any key/value for
set
conf/source/index.ts
Line 197 in 06b640d
I think it should be safe to remove since
get
does not have an equivalent overloadThe text was updated successfully, but these errors were encountered: