mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
11 lines
202 B
Plaintext
11 lines
202 B
Plaintext
===== TypeScript Sample: AMD Module =====
|
|
|
|
=== Overview ===
|
|
This sample shows a simple Typescript application using an AMD module.
|
|
|
|
=== Running ===
|
|
tsc --module amd app.ts
|
|
start default.htm
|
|
|
|
|