diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-05-22 19:05:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-22 19:05:18 +0200 |
commit | e191c70989a1dbf29b095bf6c2f7b62b90de012a (patch) | |
tree | 1cece207e007ce9655a90606289a9984932098ab /cli/tsc.rs | |
parent | 4b06e357655e5e4e1aba6d9591eeb7ca269850ed (diff) |
fix: ts type imports (#5733)
Diffstat (limited to 'cli/tsc.rs')
-rw-r--r-- | cli/tsc.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tsc.rs b/cli/tsc.rs index 0bfcf6266..34f3b6de4 100644 --- a/cli/tsc.rs +++ b/cli/tsc.rs @@ -459,7 +459,7 @@ impl TsCompiler { import_map, permissions.clone(), is_dyn_import, - false, + true, ); module_graph_loader.add_to_graph(&module_specifier).await?; |