Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions fern/products/sdks/overview/typescript/changelog/2025-09-25.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## 3.2.1
**`(fix):`** Set `compilerOptions.isolatedModules` and `compilerOptions.isolatedDeclarations` to `true` in _tsconfig.json_, and update the TypeScript code to comply with this setting.
Users that enable `isolatedModules` can now use the SDK without any TypeScript compilation errors.
While `isolatedModules` is not turned on by default in TypeScript, more frameworks and tools enable it by default.

**Warning**: If you have custom code, this may cause compilation errors. Please refer to the TypeScript documentation to learn more about these settings:
* [Isolated Declarations](https://www.typescriptlang.org/tsconfig#isolatedDeclarations)
* [Isolated Modules](https://www.typescriptlang.org/tsconfig#isolatedModules)


Loading