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 f447a44 commit ffbdfa5Copy full SHA for ffbdfa5
src/tsconfig_serde.rs
@@ -117,6 +117,12 @@ pub struct CompilerOptionsSerde {
117
/// <https://www.typescriptlang.org/tsconfig/#emitDecoratorMetadata>
118
pub emit_decorator_metadata: Option<bool>,
119
120
+ /// <https://www.typescriptlang.org/tsconfig/#useDefineForClassFields>
121
+ pub use_define_for_class_fields: Option<bool>,
122
+
123
+ /// <https://www.typescriptlang.org/tsconfig/#rewriteRelativeImportExtensions>
124
+ pub rewrite_relative_import_extensions: Option<bool>,
125
126
/// <https://www.typescriptlang.org/tsconfig/#jsx>
127
pub jsx: Option<String>,
128
0 commit comments