mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
11 lines
403 B
Markdown
11 lines
403 B
Markdown
|
# 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)
|