Skip to content

Commit 25a059d

Browse files
authored
chore: typo (#13)
1 parent 62665fd commit 25a059d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)