Skip to content

Commit

Permalink
BREAKING(cli/tsc_config): Make isolatedModules non-configurable (deno…
Browse files Browse the repository at this point in the history
  • Loading branch information
nayeemrmn authored Nov 25, 2020
1 parent f42adf2 commit adbbd85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/tsc_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const IGNORED_COMPILER_OPTIONS: &[&str] = &[
"importHelpers",
"inlineSourceMap",
"inlineSources",
// TODO(nayeemrmn): Add "isolatedModules" here for 1.6.0.
"isolatedModules",
"module",
"noEmitHelpers",
"noLib",
Expand Down

0 comments on commit adbbd85

Please sign in to comment.