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 1869102 commit 57b7b90Copy full SHA for 57b7b90
src/bsconfig.rs
@@ -133,9 +133,8 @@ pub struct JsxSpecs {
133
pub v3_dependencies: Option<Vec<String>>,
134
}
135
136
-/// Empty struct - the gentype config is loaded by bsc
137
-#[derive(Deserialize, Debug, Clone)]
138
-pub struct GenTypeConfig {}
+/// We do not care about the internal structure because the gentype config is loaded by bsc.
+pub type GenTypeConfig = serde_json::Value;
139
140
/// # bsconfig.json representation
141
/// This is tricky, there is a lot of ambiguity. This is probably incomplete.
0 commit comments