Skip to content

Commit bf11882

Browse files
docs: document caveat with greenwood nested type imports
1 parent 7eb1bb9 commit bf11882

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/docs/resources/typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Currently TypeScript only supports types for standard [JSON Import Attributes](h
9898

9999
## Type Imports
100100

101-
Due to a [known issue in NodeJS](https://github.com/nodejs/node/issues/58422), when doing `type` based imports for [Greenwood's types](https://github.com/ProjectEvergreen/greenwood/issues/1576), it will be required to _**not**_ use nested type imports.
101+
Due to a [known issue in NodeJS](https://github.com/nodejs/node/issues/58422), when doing `type` based imports for [Greenwood types](https://github.com/ProjectEvergreen/greenwood/issues/1576), it will be required to _**not**_ use nested type imports.
102102

103103
Example:
104104

0 commit comments

Comments
 (0)