Skip to content

Commit 81d7beb

Browse files
authored
Update website/docs/en/config/lib/dts.mdx
1 parent 9489ce6 commit 81d7beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Configure the generation of the TypeScript declaration files.
2626

2727
Declaration files generation is an optional feature, you can set `dts: true` to enable [bundleless declaration files](/guide/advanced/dts#bundleless-declaration-files) generation.
2828

29-
```ts
29+
```ts title="rslib.config.ts"
3030
export default {
3131
lib: [
3232
{

0 commit comments

Comments
 (0)