Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit c22c6a4

Browse files
author
Andy Hanson
committed
Respond to PR comment
1 parent cb1211b commit c22c6a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/Module Resolution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ declare module "json!*" {
6161
}
6262
```
6363

64-
Imports of the kind "*!text" and "json!*" can now be used.
64+
Now you can import things that match `"*!text"` or `"json!*"`.
6565

6666
```ts
6767
import fileContent from "./xyz.txt!text";

0 commit comments

Comments
 (0)