We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ad3629 commit 8c9e83bCopy full SHA for 8c9e83b
2 files changed
.vscode/settings.json
@@ -5,6 +5,7 @@
5
},
6
"editor.defaultFormatter": "oxc.oxc-vscode",
7
"editor.formatOnSave": true,
8
+ "js/ts.experimental.useTsgo": true,
9
"js/ts.tsdk.path": "node_modules/typescript/lib",
10
"markdown.extension.toc.levels": "2..3"
11
}
src/types.ts
@@ -154,7 +154,7 @@ export interface Options<
154
*/
155
on?: OnProxyEvent<TReq, TRes>;
156
/**
157
- * Dynamically set the {@link Options.target `options.target`}.
+ * Dynamically set the {@link Options#target `options.target`}.
158
*
159
* @example
160
* ```js
0 commit comments