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 3605d90 commit c4fb34bCopy full SHA for c4fb34b
website/docs/zh/guide/basic/typescript.mdx
@@ -25,7 +25,7 @@ Rsbuild 默认使用 [SWC](/guide/configuration/swc) 来转译 TypeScript 代码
25
```json title="tsconfig.json"
26
{
27
"compilerOptions": {
28
- "verbatimModuleSyntax": true
+ "isolatedModules": true
29
}
30
31
```
0 commit comments