How to properly get Aurelia's TypeScript type definition files (*.d.ts) after TS 2.0. release? How to properly get Aurelia's TypeScript type definition files (*.d.ts) after TS 2.0. release? typescript typescript

How to properly get Aurelia's TypeScript type definition files (*.d.ts) after TS 2.0. release?


This is a known issue; its either going to be solved via the jspm side: https://github.com/jspm/jspm-cli/issues/1344 or the typescript side: https://github.com/typings/typings/issues/579

I think you're limited to installing the module via npm (--save-dev) in addition to installing it via jspm. It uses up a lot of extra space, but it does keep typescript and vscode happy.