ulfryk / angular-typescript

TypeScript 1.7 annotations (decorators) for AngularJS 1.x

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provide .d.ts files

lifenautjoe opened this issue · comments

I'm using typings with jspm, I need to provide typings a path for the ambient declarations

This library does not provide .js + .d.ts. It provides raw .ts files. You can compile on your own and split it into concrete JavaScript and ambient declarations.