summaryrefslogtreecommitdiff
path: root/docs/typescript.md
diff options
context:
space:
mode:
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)