Skip to content

Commit cbaecc9

Browse files
Update changelogs from fern repo (#982)
Co-authored-by: Swimburger <[email protected]>
1 parent 5615a2c commit cbaecc9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## 3.2.1
2+
**`(fix):`** Set `compilerOptions.isolatedModules` and `compilerOptions.isolatedDeclarations` to `true` in _tsconfig.json_, and update the TypeScript code to comply with this setting.
3+
Users that enable `isolatedModules` can now use the SDK without any TypeScript compilation errors.
4+
While `isolatedModules` is not turned on by default in TypeScript, more frameworks and tools enable it by default.
5+
6+
**Warning**: If you have custom code, this may cause compilation errors. Please refer to the TypeScript documentation to learn more about these settings:
7+
* [Isolated Declarations](https://www.typescriptlang.org/tsconfig#isolatedDeclarations)
8+
* [Isolated Modules](https://www.typescriptlang.org/tsconfig#isolatedModules)
9+
10+

0 commit comments

Comments
 (0)