From a895e463c403c2ab4ce4f9486b5d2d037eaf78e6 Mon Sep 17 00:00:00 2001 From: Swimburger <3382717+Swimburger@users.noreply.github.com> Date: Wed, 8 Oct 2025 16:02:41 +0000 Subject: [PATCH] update changelogs --- .../sdks/overview/typescript/changelog/2025-10-07.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/fern/products/sdks/overview/typescript/changelog/2025-10-07.mdx b/fern/products/sdks/overview/typescript/changelog/2025-10-07.mdx index 127a9cb29..ca5a64cc0 100644 --- a/fern/products/sdks/overview/typescript/changelog/2025-10-07.mdx +++ b/fern/products/sdks/overview/typescript/changelog/2025-10-07.mdx @@ -1,3 +1,8 @@ +## 3.5.0 +**`(feat):`** Enable `verbatimModuleSyntax` in _tsconfig.esm.json_ to increase TypeScript performance for the ESM build (not CJS). +You may need to update your custom TypeScript code to comply with this setting. + + ## 3.4.0 **`(feat):`** Add `wireTestsFallbackToAutoGeneratedErrorExamples` configuration option to control whether to use autogenerated error examples if user does not provide error examples for generating wire tests.