We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 276390d commit f3bfe3dCopy full SHA for f3bfe3d
‎napi/src/options.rs‎
@@ -182,8 +182,8 @@ pub struct TsconfigOptions {
182
/// * an absolute path to the configuration file.
183
pub config_file: String,
184
/// Support for Typescript Project References.
185
- /// For the type TsconfigReferences
186
- ///
+ /// alias type for [oxc_resolver::TsconfigReferences], cause napi does't support structured
+ /// enum
187
#[napi(ts_type = "'disabled'| 'auto' | 'Array<string>'")]
188
pub references: Either<String, Vec<String>>,
189
}
0 commit comments