diff options
Diffstat (limited to 'cli/main.rs')
-rw-r--r-- | cli/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/main.rs b/cli/main.rs index b19465713..d6b74d8a2 100644 --- a/cli/main.rs +++ b/cli/main.rs @@ -63,6 +63,7 @@ mod test_runner; mod text_encoding; mod tokio_util; mod tsc; +mod tsc_config; mod upgrade; pub mod version; mod web_worker; |