Skip to content

Commit 9573ddd

Browse files
authored
1 parent e7b37fb commit 9573ddd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/tsconfig_serde.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,9 @@ pub struct CompilerOptionsSerde {
136136

137137
/// <https://www.typescriptlang.org/tsconfig/#verbatimModuleSyntax>
138138
pub verbatim_module_syntax: Option<bool>,
139+
140+
/// <https://www.typescriptlang.org/tsconfig/#target>
141+
pub target: Option<String>,
139142
}
140143

141144
impl CompilerOptions for CompilerOptionsSerde {

0 commit comments

Comments
 (0)