Skip to content

Commit 0ce008b

Browse files
committed
patch: temporary fix setting isolatedModules: false for a TS 5 update that broke when it is set to true.
See details here on PR that should fix in next release 5.0.4: microsoft/TypeScript#53611 When 5.0.4 comes out, need to flip isolatedModules back to true Here is details on the issue: microsoft/TypeScript#53601
1 parent d43c17b commit 0ce008b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*/
1515
"allowJs": true,
1616
"checkJs": true,
17-
"isolatedModules": true
17+
"isolatedModules": false
1818
},
1919
"include": [
2020
"src/**/*.d.ts",

0 commit comments

Comments
 (0)