Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Latest commit

 

History

History
14 lines (9 loc) · 288 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 288 Bytes

TypeScript Sample: AMD Modules

Overview

This sample shows a simple Typescript application using an AMD module. It uses require.js to load app.js once compiled from app.ts

Running

tsc --sourcemap --module amd app.ts
start default.html