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
fix(wasm-typescript): Fix option types of functions (#9662)
**Description:**
The types for the wasm-typescript functions are incorrect due to a typo.
Without this fix:
```
Property 'TransformConfig' is missing in type '{ module: true; filename: any; sourceMap: •
true; mode: "transform"; transform: { verbatimModuleSyntax: boolean; nativeClassProperties:
boolean; importNotUsedAsValues: string; importExportAssignConfig: string; }; }' but required in
type 'Options'. [2345]
```
0 commit comments