summaryrefslogtreecommitdiff
path: root/docs/typescript.md
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2021-01-20 09:28:58 +1100
committerGitHub <noreply@github.com>2021-01-20 09:28:58 +1100
commit02c6a88d8af08d3e3ae79724d9fb12d4a0f8222f (patch)
tree7289cc9eaefb6119fd6635bc742ab25cded83929 /docs/typescript.md
parent973c33c8995f63da187daa6a434333315192b521 (diff)
docs: improve manual around typescript (#8139)
Fixes #9054
Diffstat (limited to 'docs/typescript.md')
-rw-r--r--docs/typescript.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/typescript.md b/docs/typescript.md
new file mode 100644
index 000000000..4d5fc4b3a
--- /dev/null
+++ b/docs/typescript.md
@@ -0,0 +1,10 @@
+# Using TypeScript
+
+In this chapter we will discuss:
+
+- [Overview of TypeScript in Deno](./typescript/overview.md)
+- [Configuring TypeScript in Deno](./typescript/configuration.md)
+- [Types and Type Declarations](./typescript/types.md)
+- [Migrating to/from JavaScript](./typescript/migration.md)
+- [Runtime compiler APIs](./typescript/runtime.md)
+- [FAQs about TypeScript in Deno](./typescript/faqs.md)