You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/oxc_transformer/src/typescript/options.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ pub struct TypeScriptOptions {
91
91
/// Modifies extensions in import and export declarations.
92
92
///
93
93
/// This option, when used together with TypeScript's [`allowImportingTsExtension`](https://www.typescriptlang.org/tsconfig#allowImportingTsExtensions) option,
94
-
/// allows to write complete relative specifiers in import declarations while using the same extension used by the source files.
94
+
/// allows you to write complete relative specifiers in import declarations while using the same extension used by the source files.
95
95
///
96
96
/// When set to `true`, same as [`RewriteExtensionsMode::Rewrite`]. Defaults to `false` (do nothing).
0 commit comments