Welcome to Shaun Luttin's public notebook. It contains rough, practical notes. The guiding idea is that, despite what marketing tells us, there are no experts at anything. Sharing our half-baked ideas helps everyone. We're all just muddling thru. Find out more about our work at bigfont.ca.

Install Aurelia TypeScript definition files with Typings.

Tags: aurelia, typings, typescript

Install typings.

$ npm install typings -g

Check the install.

$ typings -v
1.3.1

Install a single typscript definition file.

$ typings install github:aurelia/framework --save

This installs the .d.ts file into the Typings directory. Your directory structure will look like this:

node_modules    // for npm
typings         // for typings
    globals
    modules
    index.d.ts
package.json    // for npm
typings.json    // for typings