diff options
Diffstat (limited to 'cli/tsc.rs')
-rw-r--r-- | cli/tsc.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cli/tsc.rs b/cli/tsc.rs index 4cf253b7c..dfd733d48 100644 --- a/cli/tsc.rs +++ b/cli/tsc.rs @@ -716,8 +716,7 @@ pub async fn runtime_compile( "allowNonTsExtensions": true, "checkJs": false, "esModuleInterop": true, - // TODO(lucacasonato): enable this by default in 1.5.0 - "isolatedModules": unstable, + "isolatedModules": true, "jsx": "react", "module": "esnext", "sourceMap": true, |