Skip to content

Commit c4fb34b

Browse files
authored
docs: fix typo in isolatedModules example (#5542)
1 parent 3605d90 commit c4fb34b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Rsbuild 默认使用 [SWC](/guide/configuration/swc) 来转译 TypeScript 代码
2525
```json title="tsconfig.json"
2626
{
2727
"compilerOptions": {
28-
"verbatimModuleSyntax": true
28+
"isolatedModules": true
2929
}
3030
}
3131
```

0 commit comments

Comments
 (0)