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):`** 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:
0 commit comments