File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ interface Options {
5656 * When `true`, the plugin will generate `.d.ts` files using `oxc-transform`,
5757 * which is blazingly faster than `typescript` compiler.
5858 *
59- * This option is enabled when `isolatedDeclaration ` in `compilerOptions` is set to `true`.
59+ * This option is enabled when `isolatedDeclarations ` in `compilerOptions` is set to `true`.
6060 */
6161 isolatedDeclaration? : boolean | Omit <IsolatedDeclarationsOptions , ' sourcemap' >
6262
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ export interface Options {
3030 * When `true`, the plugin will generate `.d.ts` files using `oxc-transform`,
3131 * which is blazingly faster than `typescript` compiler.
3232 *
33- * This option is enabled when `isolatedDeclaration ` in `compilerOptions` is set to `true`.
33+ * This option is enabled when `isolatedDeclarations ` in `compilerOptions` is set to `true`.
3434 */
3535 isolatedDeclaration ?: boolean | Omit < IsolatedDeclarationsOptions , 'sourcemap' >
3636
You can’t perform that action at this time.
0 commit comments