Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: correct option types of wasm-typescript functions
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] ```
- Loading branch information