Ensure you have TypeScript installed globally using this command:
npm install -g typescript
This outlines how to setup a new TypeScript project with mocha support.
| <!doctype html> | |
| <html lang="en"> | |
| <body> | |
| <script type="text/javascript"> | |
| "use strict"; | |
| var require = (function () { | |
| /** | |
| * Troopifies requirejs configuration | |
| * @param {String} troopjs_location_default Default location of the trooplib (if not configured in packages) | |
| */ |