mirror of
https://github.com/denoland/deno.git
synced 2024-11-26 16:09:27 -05:00
BREAKING(cli/tsc_config): Make isolatedModules non-configurable (#8482)
This commit is contained in:
parent
f42adf2277
commit
adbbd85461
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue