Skip to content

Commit c083699

Browse files
authored
chore(package.json): typescript 7
1 parent 6ad3629 commit c083699

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
},
66
"editor.defaultFormatter": "oxc.oxc-vscode",
77
"editor.formatOnSave": true,
8+
"js/ts.experimental.useTsgo": true,
89
"js/ts.tsdk.path": "node_modules/typescript/lib",
910
"markdown.extension.toc.levels": "2..3"
1011
}

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ export interface Options<
154154
*/
155155
on?: OnProxyEvent<TReq, TRes>;
156156
/**
157-
* Dynamically set the {@link Options.target `options.target`}.
157+
* Dynamically set the {@link Options#target `options.target`}.
158158
*
159159
* @example
160160
* ```js

0 commit comments

Comments
 (0)