We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41b3016 commit 13577d5Copy full SHA for 13577d5
doc/api/typescript.md
@@ -73,6 +73,7 @@ The suggested `tsconfig.json` settings for type stripping are:
73
```json
74
{
75
"compilerOptions": {
76
+ "module": "nodenext",
77
"allowImportingTsExtensions": true,
78
"rewriteRelativeImportExtensions": true,
79
"verbatimModuleSyntax": true,
0 commit comments