Skip to content

Commit 003779c

Browse files
authored
docs: Update typescript.mdx with fixed typo in isolatedModules example (#5539)
1 parent f705cbb commit 003779c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/en/guide/basic/typescript.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Unlike the native TypeScript compiler, tools like SWC and Babel compile each fil
2525
```json title="tsconfig.json"
2626
{
2727
"compilerOptions": {
28-
"verbatimModuleSyntax": true
28+
"isolatedModules": true
2929
}
3030
}
3131
```

0 commit comments

Comments
 (0)