mirror of
https://github.com/denoland/deno.git
synced 2024-10-29 08:58:01 -04: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",
|
"importHelpers",
|
||||||
"inlineSourceMap",
|
"inlineSourceMap",
|
||||||
"inlineSources",
|
"inlineSources",
|
||||||
// TODO(nayeemrmn): Add "isolatedModules" here for 1.6.0.
|
"isolatedModules",
|
||||||
"module",
|
"module",
|
||||||
"noEmitHelpers",
|
"noEmitHelpers",
|
||||||
"noLib",
|
"noLib",
|
||||||
|
|
Loading…
Reference in a new issue