Skip to content

Commit 1db1b95

Browse files
committed
chore: update
1 parent 1127396 commit 1db1b95

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

packages/core/src/types/config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ export type Dts =
9595
*/
9696
alias?: Record<string, string>;
9797
/**
98-
* [Experimental] Whether to generate declaration files with `tsgo`.
98+
* Whether to generate declaration files with `tsgo`.
99+
* @experimental
99100
* @defaultValue `false`
100101
* @see {@link https://rslib.rs/config/lib/dts#dtstsgo}
101102
*/

website/docs/en/config/lib/dts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ export default {
290290

291291
3. In order to ensure the consistency of local development, you need to install the corresponding [VS Code Preview Extension](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.native-preview) and add the following configuration in the VS Code settings:
292292

293-
```json
293+
```json title=".vscode/settings.json"
294294
{
295295
"typescript.experimental.useTsgo": true
296296
}

website/docs/en/guide/advanced/dts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export default {
125125

126126
3. In order to ensure the consistency of local development, you need to install the corresponding [VS Code Preview Extension](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.native-preview) and add the following configuration in the VS Code settings:
127127

128-
```json
128+
```json title=".vscode/settings.json"
129129
{
130130
"typescript.experimental.useTsgo": true
131131
}

website/docs/zh/config/lib/dts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ export default {
290290

291291
3. 为了保证本地开发的一致性,你需要安装对应的 [VS Code 预览版扩展](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.native-preview),并在 VS Code 设置中添加如下配置:
292292

293-
```json
293+
```json title=".vscode/settings.json"
294294
{
295295
"typescript.experimental.useTsgo": true
296296
}

website/docs/zh/guide/advanced/dts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export default {
125125

126126
3. 为了保证本地开发的一致性,你需要安装对应的 [VS Code 预览版扩展](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.native-preview),并在 VS Code 设置中添加如下配置:
127127

128-
```json
128+
```json title=".vscode/settings.json"
129129
{
130130
"typescript.experimental.useTsgo": true
131131
}

0 commit comments

Comments
 (0)