diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.gitmodules b/.gitmodules index 480dd0206..b1be3b2f1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,8 +1,3 @@ [submodule "deno_third_party"] path = third_party url = https://github.com/denoland/deno_third_party.git -[submodule "typescript"] - path = cli/typescript - url = https://github.com/microsoft/TypeScript.git - fetchRecurseSubmodules = false - shallow = true |