TypeScriptSamples/amd at master · microsoft/TypeScriptSamples · GitHub
Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Latest commit

 

History

History

Folders and files

README.md

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