summaryrefslogtreecommitdiff
path: root/.gitmodules
blob: c35100865069a873308aaddda6a498b64cf2bea3 (plain)
1
2
3
4
5
6
7
8
[submodule "deno_third_party"]
	path = third_party
	url = https://github.com/denoland/deno_third_party.git
[submodule "typescript"]
	path = deno_typescript/typescript
	url = https://github.com/microsoft/TypeScript.git
	fetchRecurseSubmodules = false
	shallow = true