Skip to content

Commit

Permalink
patch: temporary fix setting isolatedModules: false for a TS 5 update…
Browse files Browse the repository at this point in the history
… 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
  • Loading branch information
GitMurf committed Apr 5, 2023
1 parent d43c17b commit 0ce008b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Expand Up @@ -14,7 +14,7 @@
*/
"allowJs": true,
"checkJs": true,
"isolatedModules": true
"isolatedModules": false
},
"include": [
"src/**/*.d.ts",
Expand Down

0 comments on commit 0ce008b

Please sign in to comment.