mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 12:49:10 +00:00
parent
973c33c899
commit
02c6a88d8a
12 changed files with 918 additions and 407 deletions
10
docs/typescript.md
Normal file
10
docs/typescript.md
Normal file
|
@ -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)
|
Loading…
Add table
Add a link
Reference in a new issue