We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb1211b commit c22c6a4Copy full SHA for c22c6a4
pages/Module Resolution.md
@@ -61,7 +61,7 @@ declare module "json!*" {
61
}
62
```
63
64
-Imports of the kind "*!text" and "json!*" can now be used.
+Now you can import things that match `"*!text"` or `"json!*"`.
65
66
```ts
67
import fileContent from "./xyz.txt!text";
0 commit comments