mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-12 12:57:11 -06: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
|
|
|
|
|