cmichaelgraham / aurelia-typescript

A starter kit for working with the Aurelia TypeScript type definitions
MIT License
144 stars 52 forks source link

d.ts typings error on compile #41

Closed delebash closed 9 years ago

delebash commented 9 years ago

Windows 7 x64 Typescript Beta 1.5 Phpstorm 9 EAP via gulp-typescript

getting typings\aurelia\aurelia-templating.d.ts(76,1): error TS1128: Declaration or statement expected.

Just this 1 error on compile, using current master branch mater folder/typings d.ts files https://github.com/cmichaelgraham/aurelia-typescript/tree/master/master/typings

cmichaelgraham commented 9 years ago

thanks for the heads up - i'll take a look... seems like there was an extra right curly bracket. can you retest with the edit i made?

delebash commented 9 years ago

fixed thanks