Using Typescript with RequireJS

suggest change

Introduction

RequireJS is a JavaScript file and module loader. It is optimized for in-browser use, but it can be used in other JavaScript environments, like Rhino and Node. Using a modular script loader like RequireJS will improve the speed and quality of your code.

Using TypeScript with RequireJS requires configuration of tsconfig.json, and including an snippet in any HTML file. Compiler will traduce imports from the syntax of TypeScript to RequireJS’ format.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


Using TypeScript with Require.js:
*Using Typescript with RequireJS

Table Of Contents