summaryrefslogtreecommitdiff
path: root/docs/typescript.md
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-07-20 16:25:36 +0200
committerGitHub <noreply@github.com>2021-07-20 16:25:36 +0200
commitd744c0c6d9a557bbaa2a23571ffb3acabf19c35a (patch)
tree6f7fb8a71b786e79c48f4b2c11a5a9ca988717e8 /docs/typescript.md
parent9b9becf1ae256b645e37a7eecf3441f3ae4b8ea5 (diff)
chore: move docs to separate repository
Diffstat (limited to 'docs/typescript.md')
-rw-r--r--docs/typescript.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/typescript.md b/docs/typescript.md
deleted file mode 100644
index 4d5fc4b3a..000000000
--- a/docs/typescript.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# 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)