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
Copy file name to clipboardExpand all lines: docs/problems/UntypedResolution.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Note that this tool does not show results unless a package contains at least one
17
17
18
18
### Untyped ESM via package.json `"exports"`
19
19
20
-
This problem often occurs in libraries that adopted package.json `"exports"` before TypeScript added support for th feature, and haven’t updated accordingly. At the time, it would have been natural for these libraries to write a package.json like:
20
+
This problem often occurs in libraries that adopted package.json `"exports"` before TypeScript added support for this feature, and haven’t updated accordingly. At the time, it would have been natural for these libraries to write a package.json like:
0 commit comments